-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hello,
I tried using glnexus_cli but it fail to parse some gvcfs from gatk 4.6.0.0 (haplotypeCaller and ReblockGVCF).
For example
Invalid: allele is not a DNA sequence (reblocked_gvcfs/SAMPLE_hg38_gatk4.reblocked.g.vcf.gz <NON_REF> chr1:123533581-123533581)
The input gvcf entry look like this
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMPLE
chr1 123533581 . T <NON_REF>,C 31.23 . AS_QUALapprox=|0|66;QUALapprox=66;RAW_GT_COUNT=0,1,0;RAW_MQandDP=0,0;VarDP=75 GT:DP:GQ:MIN_DP:PL 0/2:75:0:75:66,1299,1339,0,1748,40
I guess that the "<NON_REF>" before the "C" in the ALT field could trigger the issue (because it's usually the other way around)
This issue may be linked with #299
Metadata
Metadata
Assignees
Labels
No labels