Hi trying to figure out what I am doing wrong sorting some BAM files with the following command and the output instead of a single sorted BAM file is many individual files, any help is appreciated!
samtools sort -@ 12 -m 2 297422_S2_R1.bam 297422_S2_R1.sorted.bam
samtools sort -@ 12 -m 2 297422_S2_R1.bam 297422_S2_R1.sorted.bam
Comment