BenLangmead / bowtie2

A fast and sensitive gapped read aligner
GNU General Public License v3.0
638 stars 160 forks source link

Add --omit-sec-seq #457

Open wasade opened 5 months ago

wasade commented 5 months ago

Bowtie2 currently supports replacing sequence and qual in .SAM output with '*' for secondary alignments via --omit-sec-seq, however it does not support doing so for primary alignments. Support for doing so with primary alignment would be helpful for mapping operations performed by woltka as used in Qiita

cc @sfiligoi @antgonza @qiyunzhu