I am mapping pairs of reads and output not mapped pairs with:
-un-conc-gz filename
But i see only if both reads of the pair are not mapped they are written to the 2 generated files (at least i think so).
Is it possible to write single reads that don't map (when only one of the read of the pair is not mapped) to a separate file?
Thanks, Gregor
you can parse them using samtools : http://www.biostars.org/post/show/14518/extract-one-end-mapped-paired-end-reads-from-bwa-bamsam-files/#14519