obiconvert
: converts sequence files to different output formats¶
obiconvert
converts sequence files to different output formats.
See the documentation for more details on the different formats.
Input files can be in :
- fasta format
- extended OBITools fasta format
- Sanger fastq format
- Solexa fastq format
- ecoPCR format
- ecoPCR database format
- GenBank format
- EMBL format
obiconvert
converts those files to the :
- extended OBITools fasta format
- Sanger fastq format
- ecoPCR database format
If no file name is specified, data is read from standard input.
Examples:
> obiconvert --ecopcrdb --fasta-output \ 'my_ecopcr_database' > sequences.fastaConverts an ecoPCR database in a sequence file in extended OBITools fasta format.
Options to specify input format¶
Restrict the analysis to a sub-part of the input file¶
-
--skip
<N>
¶ The N first sequence records of the file are discarded from the analysis and not reported to the output file
-
--only
<N>
¶ Only the N next sequence records of the file are analyzed. The following sequences in the file are neither analyzed, neither reported to the output file. This option can be used conjointly with the –skip option.