Closed jcasadogp closed 1 year ago
We use semantic versioning of X.Y or X.Y.Z where X, Y and Z are all indepentent numbers. Hence "1.12" is major version 1, minor version 12. It's not just a fraction of 1.5 > 1.12.
Basically if you update to the latest version (1.18) then it should work.
Thank you @jkbonfield, I was so stuck that did not notice that simple thing!
Hello,
I am working with bcftools in a Conda environment and I have version 1.5. I am trying to use the
--atomize, -a
command, which I have read that was introduced in bcftools version 1.12.When I try to run this command,
bcftools norm -a -f $REF_GENOME results/02_vcf/snps.vcf.gz
I get the following message:I observe that there are fewer options that the ones indicated in the documentation, but I have found no one relating this kind of error.
Any idea of how I can solve this?
Thank you in advance!