X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=samtools.1;fp=samtools.1;h=ba323926d83451cf4013c511cf832d6e820a76f9;hb=8ef16f0ffefe94ead2c9e367ebcb66490fdea2cb;hp=483467983b5778bbff4a5bee0a8542b893aca75a;hpb=082f8688fa1360f8938e3ea353175b3ad471df81;p=samtools.git diff --git a/samtools.1 b/samtools.1 index 4834679..ba32392 100644 --- a/samtools.1 +++ b/samtools.1 @@ -249,6 +249,16 @@ with the header in This command is much faster than replacing the header with a BAM->SAM->BAM conversion. +.TP +.B cat +samtools cat [-h header.sam] [-o out.bam] [ ... ] + +Concatenate BAMs. The sequence dictionary of each input BAM must be identical, +although this command does not check this. This command uses a similar trick +to +.B reheader +which enables fast BAM concatenation. + .TP .B sort samtools sort [-no] [-m maxMem]