This mode is used to split transcripts in FASTA format into multiple files. The mode will distribute the transcripts for the same gene across multiple files such that two transcripts from the same gene are never present in the same file. The split files can be used as reference to implement transcript searches.. It is implemented by edu.cornell.med.icb.goby.modes.SplitTranscriptsMode.java.
Mode Parameters
The following options are available in this mode
| Flag | Arguments | Required | Description |
|---|---|---|---|
(-i|--input) | input | yes | Input transcripts FASTA file. |
(-o|--output) | output | yes | Base output path / filename. Several files will be created using this base including multiple FASTA files and a config file. |
(-n|--max-entries-per-file) | max-entries-per-file | no | Maximum number of entries that should be written to any given output file. |

Leave a Comment