]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcftools.1
Release samtools-0.1.14 (r933:170)
[samtools.git] / bcftools / bcftools.1
index 236abe401be1cf77946b1e4e7ad2e4be09b752a0..6d11e77112491e34dd9c1108c0a5b5a61dda2d1c 100644 (file)
@@ -37,6 +37,8 @@ estimating site allele frequencies and allele frequency spectrums.
 .IR prior ]
 .RB [ \-1
 .IR nGroup1 ]
+.RB [ \-d
+.IR minFrac ]
 .RB [ \-U
 .IR nPerm ]
 .RB [ \-X
@@ -77,8 +79,10 @@ Skip sites where the REF field is not A/C/G/T
 Output the QCALL likelihood format
 .TP
 .BI -s \ FILE
-List of samples to use. In the output, the ordering of samples will be identical
-to the one in
+List of samples to use. The first column in the input gives the sample names
+and the second gives the ploidy, which can only be 1 or 2. When the 2nd column
+is absent, the sample ploidy is assumed to be 2. In the output, the ordering of
+samples will be identical to the one in
 .IR FILE .
 [null]
 .TP
@@ -93,6 +97,11 @@ Uncompressed BCF output (force -b).
 .B -c
 Call variants.
 .TP
+.BI -d \ FLOAT
+When
+.B -v
+is in use, skip loci where the fraction of samples covered by reads is below FLOAT. [0]
+.TP
 .B -g
 Call per-sample genotypes at variant sites (force -c)
 .TP