Hmm, was this a removed option?
bcftools annotate -x FORMAT/fb_AD --force merged_final.vcf.gz > merged_final2.vcf.gz
annotate: unrecognized option '--force'
About: Annotate and edit VCF/BCF files.
Usage: bcftools annotate [options] <in.vcf.gz>
Options:
-a, --annotations <file> VCF file or tabix-indexed file with annotations: CHR\tPOS[\tVALUE]+
--collapse <string> matching records by <snps|indels|both|all|some|none>, see man page for details [some]
-c, --columns <list> list of columns in the annotation file, e.g. CHROM,POS,REF,ALT,-,INFO/TAG. See man page for details
-e, --exclude <expr> exclude sites for which the expression is true (see man page for details)
-h, --header-lines <file> lines which should be appended to the VCF header
-I, --set-id [+]<format> set ID column, see man page for details
-i, --include <expr> select sites for which the expression is true (see man page for details)
-k, --keep-sites leave -i/-e sites unchanged instead of discarding them
-m, --mark-sites [+-]<tag> add INFO/tag flag to sites which are ("+") or are not ("-") listed in the -a file
--no-version do not append version and command line to the header
-o, --output <file> write output to a file [standard output]
-O, --output-type <b|u|z|v> b: compressed BCF, u: uncompressed BCF, z: compressed VCF, v: uncompressed VCF [v]
-r, --regions <region> restrict to comma-separated list of regions
-R, --regions-file <file> restrict to regions listed in a file
--rename-chrs <file> rename sequences according to map file: from\tto
-s, --samples [^]<list> comma separated list of samples to annotate (or exclude with "^" prefix)
-S, --samples-file [^]<file> file of samples to annotate (or exclude with "^" prefix)
-x, --remove <list> list of annotations (e.g. ID,INFO/DP,FORMAT/DP,FILTER) to remove (or keep with "^" prefix). See man page for details
--threads <int> number of extra output compression threads [0]
• 0 views
•
link