ZeroMatchesError for DRAGEN haplotyper generated WGS gVCF #369
Unanswered
kpalanikannan
asked this question in
Q&A
Replies: 1 comment
-
@kpalanikannan, you might find the discussion in #123 and #247 informative, basically the currently matching pipeline can't handle missing non-reference alleles. In your case only the 4th row would be eligible for matching with a C/G. It's a long-term goal of the pipeline to add this functionality (#247 proposes a workaround). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am using the WGS gVCF created by DRAGEN haplotypecaller. I am supplying seperate gVCF for each chromosome through samplesheet. I provided genotype column as GT and file type as VCF. I use GRCh38 build gVCF. My catalog is converted to GRCh38 build including header information (PGS001804_GRCh38.txt) and column names as expected. I derived this from "PGS001804_hmPOS_GRCh38.txt". I defined the --target as GRCh38. Provided example lines in my gVCF below for hom-ref and het-alt variants. For continuous stretch of hom-ref scenario, DRAGEN creates hom-ref blocks.
pgscatalog.core.lib.pgsexceptions.ZeroMatchesError: No match candidates found for any scoring files
.Can you help to find the issue and fix? How do I see the failed matches?
Beta Was this translation helpful? Give feedback.
All reactions