Entering edit mode
6.3 years ago
yh362
▴
50
I am wondering, if I want to concatenate several .bam files, what's the difference between using samtools cat and the unix command cat?
You don't need
-hto copy header from file1 - that is the default behavior without-h.