samtools的基本用法 1.sam,bam的格式转换: $samtools view -sb file.sam >file.bam $samtools view -sb file.sam -o file.bam #sa … 继续阅读 samtools的基本用法