Hi,
Is there a faster tool to extract inter-chromosomal reads from a BAM file directly rather than using samtools view and awk '($3!=$7 && $7!="=")' statement?
Thanks.
Is there a faster tool to extract inter-chromosomal reads from a BAM file directly rather than using samtools view and awk '($3!=$7 && $7!="=")' statement?
Thanks.
Comment