X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=samtools.1;h=6b1879aefcb6166ef22a2206122d10d1ece0f7a0;hb=98d794938b2ebe8cabe32fde7b0519007e54699d;hp=1bf96e61358baa75e54abe03a04f20c1d3ade42f;hpb=42e756837f7acb91bfd1134ef16d423e71c913d7;p=samtools.git diff --git a/samtools.1 b/samtools.1 index 1bf96e6..6b1879a 100644 --- a/samtools.1 +++ b/samtools.1 @@ -96,7 +96,7 @@ will be created. .TP .B view -samtools view [-b] [region1 [...]] +samtools view [-bhH] [region1 [...]] Extract/print all or sub alignments in SAM or BAM format. If no region is specified, all the alignments will be printed; otherwise only @@ -110,6 +110,12 @@ format: `chr2', `chr2:1000000' or `chr2:1,000,000-2,000,000'. .TP 8 .B -b Output in the BAM format. +.TP +.B -h +Include the header in the output. +.TP +.B -H +Output the header only. .RE .TP @@ -203,7 +209,7 @@ as in the default format we may not know the mapping quality. .TP .B -c -Call the consensus sequnce using MAQ consensus model. Options +Call the consensus sequence using MAQ consensus model. Options .B -T, .B -N and