Entering edit mode
4.6 years ago
susheelbhanu
•
0
Hi all,
I would like to get the number of reads mapped to contigs that are greater than 1000 bp in my assembly. I ran samtools flagstat
to get some of the metrics. However, is there an efficient way to filter the bam file, so that the stats I get are from contigs larger than 1000 bp (1kb) only?
Thank you for your help!