X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=samtools.1;fp=samtools.1;h=7de9857245ca6debe24abaa4d6786f942886035e;hb=4bb71ff87774996c84e2a7ad543e40e0da8d0483;hp=09cb14765df6cde33503e9eebd4a84577edd4f6c;hpb=599bea10bc3487a0cbdf505e792a21a13fee2b11;p=samtools.git diff --git a/samtools.1 b/samtools.1 index 09cb147..7de9857 100644 --- a/samtools.1 +++ b/samtools.1 @@ -47,7 +47,7 @@ entire alignment file unless it is asked to do so. .TP 10 .B view -samtools view [-bhuHS] [-t in.refList] [-o output] [-f reqFlag] [-F +samtools view [-bchuHS] [-t in.refList] [-o output] [-f reqFlag] [-F skipFlag] [-q minMapQ] [-l library] [-r readGroup] [-R rgFile] | [region1 [...]] Extract/print all or sub alignments in SAM or BAM format. If no region @@ -100,6 +100,15 @@ Input is in SAM. If @SQ header lines are absent, the .B `-t' option is required. .TP +.B -c +Instead of printing the alignments, only count them and print the +total number. All filter options, such as +.B `-f', +.B `-F' +and +.B `-q' +, are taken into account. +.TP .BI -t " FILE" This file is TAB-delimited. Each line must contain the reference name and the length of the reference, one line for each distinct reference;