How would one call reference bases withvg call
at the moment as such that they appear as 0/0 if read alignments support it?vg call
had an option in 1.17 if I remember correctly but that disappeared in 1.19, Wouldvg genotype
be one way?
Thanks,Felix
I am running genotype like that:
./vg genotype -p -t 20 -v -r "path1" -V sample.vcf -E -G sample.fil.gam sample.aug.vg > sample.recall.vcf
sample.vcf is from vg callsample.fil.gam is an augmented filtered gamsample.aug.vg is the augmented graph
vg genotype works but the process takes huge amounts of memory for a pretty small graph.The graph is not from the vcf, its a genome alignment graph.
And it seems as genotype is not adding the path id to the vcf header.
Yeah, that option got lost when vg call was refactored (it didn't work very well). Please file a github issue to ask for it back.
But vg callcan genotype a given VCF with the -v option, if the graph was constructed from that VCF with vg construct -a. This will produce 0/0 calls.
Login before adding your answer.
Use of this site constitutes acceptance of ourUser Agreement and Privacy Policy.