Return reference calls with `vg calls`
1
1
Entering edit mode
4.5 years ago
Felix Bemm ▴ 20

How would one call reference bases with vg 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, Would vg genotype be one way?

Thanks, Felix

vg vgteam • 1.1k views
ADD COMMENT
0
Entering edit mode

Please edit your question so users (which are apparently not vg-Team) would be able to help you.

ADD REPLY
0
Entering edit mode

I think in this case only the vg team can help me.

ADD REPLY
0
Entering edit mode

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 call sample.fil.gam is an augmented filtered gam sample.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.

ADD REPLY
1
Entering edit mode
4.4 years ago
glenn.hickey ▴ 520

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 call can 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.

ADD COMMENT

Login before adding your answer.

Traffic: 2009 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6