You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I ran the pipeline using the human hprc-v1.1 MC_graph VCF (hprc-v1.1-mc-chm13.vcfbub.a100k.wave.vcf.gz) and GFA (hprc-v1.1-mc-chm13.gfa), I encountered an exception during the 'annotate_vcf' step, with the error message: "assert nr_alleles > 1". I have attached both the log file, error file and config file for your reference.
Do you have any insights on what might be causing this error? Thank you very much.
This pipeline only works for VCFs representing graph bubbles as produced by Minigraph-Cactus using the --vcf option. The VCF you are using was decomposed already using an alternative decomposition approach based on vcfwave (which is not compatible with PanGenie). If you want to use the HPRC data, follow the following steps:
Use the resulting VCF (mc.vcf.gz) as input to this pipeline.
Note that for newer versions of Minigraph-Cactus, the vcf produced with --vcf is already processed with vcfbub. These VCF can thus be directly used with this pipeline (no need to run the command shown in step 2). VCFs produced with MC's --vcfwave option (as the one you have) are not compatible.
Dear Dr. Ebler,
when I ran the pipeline using the human hprc-v1.1 MC_graph VCF (hprc-v1.1-mc-chm13.vcfbub.a100k.wave.vcf.gz) and GFA (hprc-v1.1-mc-chm13.gfa), I encountered an exception during the 'annotate_vcf' step, with the error message: "assert nr_alleles > 1". I have attached both the log file, error file and config file for your reference.
Do you have any insights on what might be causing this error? Thank you very much.
Best regards,
Jing Liu
issue.zip
The text was updated successfully, but these errors were encountered: