Open JhinAir opened 1 day ago
Hi,
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:
vcfbub -l 0 -r 100000 --input hprc-v1.1-mc-chm13.raw.vcf.gz | bgzip > mc.vcf.gz && tabix -p vcf mc.vcf.gz
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.
I see. I will retry. Thank you very much for your detailed help!
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