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
633 stars 241 forks source link

new feature --force-single absent #2171

Closed pdimens closed 2 months ago

pdimens commented 2 months ago

Hello, I see from the release notes that bcftools merge now features the flag --force-single, which is not recognized under bcftools 1.20:

merge: unrecognized option '--force-single'
pd3 commented 2 months ago

You must be using an older version of the program by mistake

$ ./bcftools --version
bcftools 1.20

$ ./bcftools merge 2>&1 | grep force-single
    --force-single                Run even if there is only one file on input

$ ./bcftools merge --force-single test.vcf.gz -o /dev/null