-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello, and thank you for providing this useful tool.
I attempted to run the bamCaller.py pipeline using the multiallelic caller method in bcftools call (i.e., using the -m option). However, I found that no sites were output in either the resulting VCF file or the generated mask file.
Upon checking, it seems that this issue occurs because the INFO/FQ tag, which is used by bamCaller.py for filtering, is not produced by the multiallelic caller in bcftools.
If possible, I would prefer to use the multiallelic calling method, as it is the newer approach. Would it be possible to implement compatibility with this method in bamCaller.py, or could you suggest a workaround to enable its use?
Thank you very much for your time and support.
Best regards,
Keita Ido