This mode is used to scan a list of files and construct an IGV attribute file with attributes about each file. It is implemented by edu.cornell.med.icb.goby.modes.FilesToAttributesMode.java.
Mode Parameters
The following options are available in this mode
| Flag | Arguments | Required | Description |
|---|---|---|---|
(-d|--delimiter) | delimiter | yes | The delimiter character used to parse filenames into tokens. |
(-a|--attribute) | attribute | yes | The identifier for each attribute, in the order the values appear in the filename. |
(-o|--output) | output | no | The output file name. |
n/a | file | yes | The input file(s) to construct attributes for. |

Leave a Comment