-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatk compatibility #153
Comments
Hi, |
Our group has been facing the same issue with the VCF files we obtain with Clair3, which cause problems when we run QC pipelines on them. Apparently, while GATK tools seem to handle IUPAC codes in the reference, Clair3 does not. Our current approach is to check the output VCF from Clair3 and replace any IUPAC degenerate codes in it by This has allowed us to proceed and use the generated VCF in other tools. I noticed there was an old issue related to this on Clair as well (HKU-BAL/Clair#33). Would it perhaps be possible to handle this automatically inside Clair3, converting these IUPAC codes to N before generating the output VCF? Current code we've been using:
Which is basically a hacky I believe if Clair3 took care of that by itself (or at least had an option that enabled this, like a Thanks! |
Understood the problem and am working on a fix. |
Running into the same issue with HTSJDK v3.0.4. The VCF 4.3 specification states:
Personally I would prefer conversion to Looking forward to a fix, thanks in advance! |
in v1.0.0, IUPAC bases are output as |
I'm using
gatk --java-options "-Xmx10g" CombineGVCFs
on clair3 gvcf output. I encountered this error.
htsjdk.tribble.TribbleException: The provided VCF file is malformed at approximately line number 97073593: unparsable vcf record with allele TGTGB
The offending input line is
chr3 16902879 . TGTGB T,<NON_REF> 12.03 PASS F GT:GQ:DP:AD:AF:PL 0/1:12:38:26,11,0:0.2895:15,0,57,990,990,990
If this output is actually compatible with a version of GATK, could you please tell what version? The error was generated using v4.1.8.1.
Thanks.
The text was updated successfully, but these errors were encountered: