Documents the fastq* options used in htslib's hts.c and sam.c#2123
Conversation
daviesrob
left a comment
There was a problem hiding this comment.
A few typos need to be fixed. The current ordering looks a bit random - maybe they would be better in alphabetical order? Although I could be persuaded that fastq_barcode is better listed after fastq_casava given the relationship between them.
These were previously only defined within samtools import, and specified in terms of their associated command line parameters rather than the input and output format options. Fixes samtools#2121
c0df25c to
5314808
Compare
|
Updated text. Thanks |
The order was deliberate, in the order they are applied basically. FASTQ headers have name first, so Edit: I forgot thelast one, |
These were previously only defined within samtools import, and specified in terms of their associated command line parameters rather than the input and output format options.
Fixes #2121