-
Notifications
You must be signed in to change notification settings - Fork 1
gVCF output option not working #3
Comments
Thanks for your message. Currently, Clair3-Trio doesn't provide the function to output the gVCF file. The "--gvcf" option on the help page is a legacy option and is not currently functional. Sorry for any confusion regarding the gVCF output option in Clair3-Trio. And we updated the repo and docker image version without the "--gvcf" option on the help page. |
@biorococo it takes some engineering efforts to add support for GVCF in Clair3-Trio, but it's doable. Could you share with us how would you like to use Clair3-Trio so we can better plan for the upgrade. |
GVCF output added to v0.5 |
Thanks a lot for reopening the issue and add this output so quickly! will be helpful for downstream analysis. I will give this new version a try. |
Hi again, I got my gVCF using the new version! although I'm getting the following error when using bcftools on the gvcf produced: [W::vcf_parse_info] INFO 'T' is not defined in the header, assuming Type=String For reference see INFO fields in header: Also see some example records: |
Hi, Thanks for your information, the error is caused by a missing header line in the gvcf output. Adding a line in the gvcf output like:
will fix this error. I will fix it in one week and let you know when the mistake is fixed. |
…p to [v1.7](HKU-BAL/Clair3#193). Fix gVCF format [error](#3). Added and [fixed](#4) "--enable_phasing" support. and "--enable_output_phasing" and "enable_output_haplotagging" supports.
Hi, the gVCF header problem is fixed at v0.6. thanks. |
Clair-trio won't output gVCF format when enabling "--gvcf"
There is no printed error other than:
cat: 'test/tmp/gvcf_tmp_output/*.tmp.g.vcf': No such file or directory
FileNotFoundError: [Errno 2] No such file or directory: 'SortVcf'
Let me know if there is any other info you need. Thanks.
The text was updated successfully, but these errors were encountered: