broadinstitute / viral-ngs

Viral genomics analysis pipelines
Other
187 stars 66 forks source link

do not discard read IDs for single-end reads after running mvicuna #1008

Open tomkinsc opened 4 years ago

tomkinsc commented 4 years ago

The old mvicuna post-processing code expects read IDs to have a /1 mate suffix, and only includes those that do, which single-end reads do not have (nor interleaved fastqs, but that's a separate issue and we're generating the fastqs for this internal function ourselves so interleaving should not be an issue). So no single-end IDs were preserved. This ensures single-end read IDs make it through this post-processing.