@@ -303,9 +303,9 @@ Such a file can be easily created from a VCF using:
303303 Use multithreading with 'INT' worker threads. The option is currently used only for the compression of the
304304 output stream, only when '--output-type' is 'b' or 'z'. Default: 0.
305305
306- *-- write-index[= FMT]* ::
307- Automatically index the output files. FMT is optional and can be
308- one of tbi or csi depending on output file format. Defaults to
306+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
307+ Automatically index the output files. ' FMT' is optional and can be
308+ one of " tbi" or " csi" depending on output file format. Defaults to
309309 CSI unless specified otherwise. Can be used only for compressed
310310 BCF and VCF output.
311311
@@ -512,9 +512,9 @@ Add or remove annotations.
512512 "^INFO/FOO,INFO/BAR" (and similarly for FORMAT and FILTER).
513513 "INFO" can be abbreviated to "INF" and "FORMAT" to "FMT".
514514
515- *-- write-index[= FMT]* ::
516- Automatically index the output file. FMT is optional and can be
517- one of tbi or csi depending on output file format.
515+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
516+ Automatically index the output file. ' FMT' is optional and can be
517+ one of " tbi" or " csi" depending on output file format.
518518
519519*Examples:*
520520----
@@ -619,9 +619,9 @@ demand. The original calling model can be invoked with the *-c* option.
619619*--threads* 'INT'::
620620 see *<<common_options,Common Options>>*
621621
622- *-- write-index[= FMT]* ::
623- Automatically index the output file. FMT is optional and can be
624- one of tbi or csi depending on output file format.
622+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
623+ Automatically index the output file. ' FMT' is optional and can be
624+ one of " tbi" or " csi" depending on output file format.
625625
626626==== Input/output options:
627627
@@ -900,9 +900,9 @@ are concatenated without being recompressed, which is very fast..
900900*--threads* 'INT'::
901901 see *<<common_options,Common Options>>*
902902
903- *-- write-index[= FMT]* ::
904- Automatically index the output file. FMT is optional and can be
905- one of tbi or csi depending on output file format.
903+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
904+ Automatically index the output file. ' FMT' is optional and can be
905+ one of " tbi" or " csi" depending on output file format.
906906
907907
908908[[consensus]]
@@ -1057,9 +1057,9 @@ Note that the *-H, --haplotype* option requires the *-s, --samples* option, unle
10571057*--targets-overlap* '0'|'1'|'2'::
10581058 see *<<common_options,Common Options>>*
10591059
1060- *-- write-index[= FMT]* ::
1061- Automatically index the output file. FMT is optional and can be
1062- one of tbi or csi depending on output file format.
1060+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
1061+ Automatically index the output file. ' FMT' is optional and can be
1062+ one of " tbi" or " csi" depending on output file format.
10631063
10641064==== VCF output options:
10651065
@@ -1459,9 +1459,9 @@ output VCF and are ignored for the prediction analysis.
14591459 and VCF, such as "chrX" vs "X". The chromosome names in the output VCF will match
14601460 that of the input VCF. The default is to attempt the automatic translation.
14611461
1462- *-- write-index[= FMT]* ::
1463- Automatically index the output file. FMT is optional and can be
1464- one of tbi or csi depending on output file format.
1462+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
1463+ Automatically index the output file. ' FMT' is optional and can be
1464+ one of " tbi" or " csi" depending on output file format.
14651465
14661466*Examples:*
14671467----
@@ -1630,9 +1630,9 @@ And similarly here, the second is filtered:
16301630*--threads* 'INT'::
16311631 see *<<common_options,Common Options>>*
16321632
1633- *-- write-index[= FMT]* ::
1634- Automatically index the output file. FMT is optional and can be
1635- one of tbi or csi depending on output file format.
1633+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
1634+ Automatically index the output file. ' FMT' is optional and can be
1635+ one of " tbi" or " csi" depending on output file format.
16361636
16371637
16381638
@@ -1930,8 +1930,8 @@ in the other files.
19301930 comma-separated list of input files to output given as 1-based indices. With *-p* and no
19311931 *-w*, all files are written.
19321932
1933- *-- write-index[= FMT]* ::
1934- Automatically index the output file. FMT is optional and defaults
1933+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
1934+ Automatically index the output file. ' FMT' is optional and defaults
19351935 to tbi for vcf.gz and csi for bcf. This is done automatically
19361936 with the *-p* option if the output format is compressed.
19371937
@@ -2041,7 +2041,7 @@ For "vertical" merge take a look at *<<concat,bcftools concat>>* or *<<norm,bcft
20412041
20422042*-m, --merge* 'snps'|'indels'|'both'|'snp-ins-del'|'all'|'none'|'id'[,'*']::
20432043 The option controls what types of multiallelic records can be created. If single asterisk
2044- '*' is appended, the unobserved allele '<*>' or '<NON_REF>' will be removed at variant sites;
2044+ '\ *' is appended, the unobserved allele '<*>' or '<NON_REF>' will be removed at variant sites;
20452045 if two asterisks '**' are appended, the unobserved allele will be removed all sites.
20462046----
20472047-m none .. no new multiallelics, output multiple records instead
@@ -2090,9 +2090,9 @@ For "vertical" merge take a look at *<<concat,bcftools concat>>* or *<<norm,bcft
20902090*--threads* 'INT'::
20912091 see *<<common_options,Common Options>>*
20922092
2093- *-- write-index[= FMT]* ::
2094- Automatically index the output file. FMT is optional and can be
2095- one of tbi or csi depending on output file format.
2093+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
2094+ Automatically index the output file. ' FMT' is optional and can be
2095+ one of " tbi" or " csi" depending on output file format.
20962096
20972097[[mpileup]]
20982098=== bcftools mpileup ['OPTIONS'] *-f* 'ref.fa' 'in.bam' ['in2.bam' [...]]
@@ -2355,9 +2355,9 @@ INFO/DPR .. Deprecated in favor of INFO/AD; Number of high-quality bases for
23552355 used by the earlier Bcftools releases. For excample BQBZ becomes
23562356 BQB.
23572357
2358- *-- write-index[= FMT]* ::
2359- Automatically index the output file. FMT is optional and can be
2360- one of tbi or csi depending on output file format.
2358+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
2359+ Automatically index the output file. ' FMT' is optional and can be
2360+ one of " tbi" or " csi" depending on output file format.
23612361
23622362==== Options for SNP/INDEL genotype likelihood computation
23632363
@@ -2645,9 +2645,9 @@ the *<<fasta_ref,--fasta-ref>>* option is supplied.
26452645 maximum distance between two records to consider when locally
26462646 sorting variants which changed position during the realignment
26472647
2648- *-- write-index[= FMT]* ::
2649- Automatically index the output file. FMT is optional and can be
2650- one of tbi or csi depending on output file format.
2648+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
2649+ Automatically index the output file. ' FMT' is optional and can be
2650+ one of " tbi" or " csi" depending on output file format.
26512651
26522652[[plugin]]
26532653
@@ -2705,9 +2705,9 @@ the usage examples that each plugin comes with.
27052705*--threads* 'INT'::
27062706 see *<<common_options,Common Options>>*
27072707
2708- *-- write-index[= FMT]* ::
2709- Automatically index the output file. FMT is optional and can be
2710- one of tbi or csi depending on output file format.
2708+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
2709+ Automatically index the output file. ' FMT' is optional and can be
2710+ one of " tbi" or " csi" depending on output file format.
27112711
27122712==== Plugin options:
27132713
@@ -3342,9 +3342,9 @@ Transition probabilities:
33423342 Use this directory to store temporary files. If the last six characters of the string DIR are XXXXXX,
33433343 then these are replaced with a string that makes the directory name unique.
33443344
3345- *-- write-index[= FMT]* ::
3346- Automatically index the output file. FMT is optional and can be
3347- one of tbi or csi depending on output file format.
3345+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
3346+ Automatically index the output file. ' FMT' is optional and can be
3347+ one of " tbi" or " csi" depending on output file format.
33483348
33493349
33503350
@@ -3493,9 +3493,9 @@ Convert between VCF and BCF. Former *bcftools subset*.
34933493*--threads* 'INT'::
34943494 see *<<common_options,Common Options>>*
34953495
3496- *-- write-index[= FMT]* ::
3497- Automatically index the output file. FMT is optional and can be
3498- one of tbi or csi depending on output file format.
3496+ *-W*['FMT']*, -W*[='FMT']*, -- write-index*[=' FMT'] ::
3497+ Automatically index the output file. ' FMT' is optional and can be
3498+ one of " tbi" or " csi" depending on output file format.
34993499
35003500
35013501==== Subset options:
0 commit comments