-c Outputs calibrated confidence values using the ZTR CNF1 chunk type for a single quality per base.
Without this use the original Illumina _prb.txt files consisting of four quality values per base,
stored in the ZTR CNF4 chunks.
-C Masks out sequences tagged as bad quality.
-sroot
Generates files on disk with filenames starting root, one file per non-explicit element in the
SRF/ZTR region (REGN) chunk. Typically this results in two files for paired end runs. The filename
suffixes come from the names listed in the SRF region chunks. This option conflicts with the -S
parameter.
-S Splits sequences into regions, but sequentially lists each sequence region to stdout instead of
splitting to separate files on disk. This option conflicts with the -s parameter.
-n When using -s the filename suffixes are simply numbered (starting with 1) instead of using the
names listed in the SRF region chunks.
-a Appends region index to the sequence names. Ie generate "name/1" and "name/2" for a paired read.
-e Include any explicit sequence (ZTR region chunk of type 'E') in the sequence output. The explicit
sequence is also included in the quality line too. Currently this is utilised by ABI SOLiD to
store the last base of the primer.
-rregionlist
Reverse complements the sequence and reverses the quality values for all regions in the regionlist. This is a comma separated list of integer values enumerating the regions, starting from 1.
Note that this option only works when either -s or -S are specified.