OceanGenomics / mudskipper

A tool for projecting genomic alignments to transcriptomic coordinates
BSD 3-Clause "New" or "Revised" License
32 stars 7 forks source link

Handle unmapped reads more properly #7

Closed haghshenas closed 2 years ago

haghshenas commented 2 years ago

Currently if one mate of the read is aligned while the other mate is unaligned, mudskipper treats it as a single-end read. This is not quite right. In the transcriptome bam, also one end should remain unmapped (with proper bit in FLAG set and also * as target).