samtools / bcftools

This is the official development repository for BCFtools. See installation instructions and other documentation here http://samtools.github.io/bcftools/howtos/install.html
http://samtools.github.io/bcftools/
Other
634 stars 241 forks source link

atomize option does not appear in bcftools-1.20 norm #2161

Closed calix015 closed 2 months ago

calix015 commented 2 months ago

Hello, I downloaded the version from https://www.htslib.org/download/ and installed as instructed... I am trying to do normalization using the -a option but I get the same error as in a previous (now closed) issue

bcftools norm -a norm: invalid option -- 'a'

bcftools norm --atomize norm: unrecognized option '--atomize'

Did I miss something?

Thank you!