X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=bcftools%2Fbcftools.1;h=6c7403bea6b8b6ebde3c77a8a1ef55ee890fcd59;hp=ebff30134002500216c18a1e9eeee3e8a8dba8a8;hb=6a0c6f060a60789b48e10a72b1381f6e54599302;hpb=e3b3a0177339fb8c099346986e965e3bd5b85999 diff --git a/bcftools/bcftools.1 b/bcftools/bcftools.1 index ebff301..6c7403b 100644 --- a/bcftools/bcftools.1 +++ b/bcftools/bcftools.1 @@ -74,6 +74,11 @@ Skip sites where the REF field is not A/C/G/T .B -Q Output the QCALL likelihood format .TP +.B -f +Reference-free variant calling mode. In this mode, the prior will be +folded; a variant is called iff the sample(s) contains at least two +alleles; the QUAL field in the VCF/BCF output is changed accordingly. +.TP .BI "-1 " INT Number of group-1 samples. This option is used for dividing input into two groups for comparing. A zero value disables this functionality. [0]