This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Missing -d option in new BCFTools?

In the old version of BCFTools (0.1.19), there was an option "-d skip loci where less than FLOAT fraction of samples covered [0]"

It seems to have disappeared in the new version (1.1). Is there an alternative that does the same thing?

Thanks! :-)

sequence snp

1 answer

From a quick look at the manual and your question, I'm guessing you could use the -e option to exclude sites where number of samples (N_SAMPLES) is less than fraction * total number of samples (a calculated constant)

Log in to answer this question.