bahlolab / moimix

R package for inferring multiple infections from high-throughput sequencing data
http://bahlolab.github.io/moimix/
Other
5 stars 4 forks source link

Error in Fws #35

Open tebbenk opened 4 months ago

tebbenk commented 4 months ago

Hi,

I am using a GATK-derived VCF file to calculate Fws on some samples. I have 2 files generated in the same way and when I use 1 file, the program is able to calculate Fws, but for the other I get the following error:

Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : 0 (non-NA) cases

Additionally, when I tried merging the two files with bcftools merge, I get the above error even though one of the files was running through getFws just fine before the merge.

Thanks for your help!