1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Options to specify input format
-------------------------------
.. program:: obitools
Restrict the analysis to a sub-part of the input file
.....................................................
.. cmdoption:: --skip <N>
The N first sequence records of the file are discarded from the analysis and
not reported to the output file
.. cmdoption:: --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.
Sequence annotated format
.........................
.. cmdoption:: --genbank
Input file is in :doc:`genbank <../genbank>` format.
.. cmdoption:: --embl
Input file is in :doc:`embl <../embl>` format.
:doc:`fasta <../fasta>` related format
.......................................
.. cmdoption:: --fasta
Input file is in :doc:`fasta <../fasta>` format (including
OBITools :doc:`fasta <../fasta>` extensions).
:doc:`fastq <../fastq>` related format
.......................................
.. cmdoption:: --sanger
Input file is in Sanger :doc:`fastq <../fastq>` format (standard
:doc:`fastq <../fastq>` used by HiSeq/MiSeq sequencers).
.. cmdoption:: --solexa
Input file is in :doc:`fastq <../fastq>` format produced by
Solexa (Ga IIx) sequencers.
ecoPCR related format
.....................
.. cmdoption:: --ecopcr
Input file is in :doc:`ecoPCR <../formats>` format.
.. cmdoption:: --ecopcrdb
Input is an :doc:`ecoPCR <../formats>` database.
Specifying the sequence type
............................
.. cmdoption:: --nuc
Input file contains nucleic sequences.
.. cmdoption:: --prot
Input file contains protein sequences.
|