UMICollapse icon indicating copy to clipboard operation
UMICollapse copied to clipboard

keep unmapped reads

Open karlkashofer opened this issue 2 years ago • 1 comments

Is it somehow possible to keep the unmapped reads in the output file, or at least write out the unmapped reads to a separate file instead of discarding them ?

karlkashofer avatar Apr 03 '22 12:04 karlkashofer

Not at the moment. You can work around this by filtering out unmapped reads from your file before deduplication with samtools like here.

Daniel-Liu-c0deb0t avatar Apr 04 '22 15:04 Daniel-Liu-c0deb0t