Entering edit mode
5.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
-h
to copy header from file1 - that is the default behavior without-h
.