samtools 对 bam文件进行过滤
Check if BAM is derived from pair-end or single-end reads?
samtools view -c -f 1 in.bam # If in.bam is made of totally single end reads, above command probably returns 0
Check if BAM is derived from pair-end or single-end reads?
samtools view -c -f 1 in.bam # If in.bam is made of totally single end reads, above command probably returns 0