This mode is used to display the sequence variations found in an alignment. It is implemented by edu.cornell.med.icb.goby.modes.DisplaySequenceVariationsMode.java.
Mode Parameters
The following options are available in this mode
| Flag | Arguments | Required | Description |
|---|---|---|---|
(-o|--output) | output | no | Where the sequence variations will be written. |
(-f|--format) | format | no | Format of the output file (concise, tsv/tab_delimited, tab_single_base). |
n/a | input | yes | The basenames of input alignments. |
(-r|--include-reference-names) | include-reference-names | no | When provided, only process the reference identifiers listed in this comma separated list. To process only chromosome 19 and 1, if sequences are identified by “1″ and “19″, use: –include-reference-names 1,19 |
--minimum-read-indices | minimum-read-indices | no | The minimum number of read indices at a given reference position for variations to be listed in the output. Larger values of this parameter are likely to help eliminate sequencing errors from the output by focusing on variations seen at different position during sequencing. Any value larger than zero requires scanning the input twice. |

Leave a Comment