Open maxineliu opened 2 years ago
I'm pretty sure that [tabix++] the index file is older than the vcf file. Please use '-f' to overwrite or reindex.
is just a an error that vg gives when it can't find the .tbi
. So your issue seems to reveal two problems:
.csi
VCF indexes. According to an answer on biostars forum, vg seems trying to check if csi exist before the error msg.
Yeah, so biostars points out there's a previous issue about the confusing error message: #1414.
The part about vg not supporting csi indexes seems new to this issue...
Yes. no idea if this issue appears results from vg not supporting csi. If so, that is really bad news for me.
vg does not support csi
Is there a plan to let vg supports csi? Or Any suggestions for my case?
Your best bet in the very short term would be to split your chromosome manually.
I think any eventual support in vg for .csi indexes would have to come by way of vcflib. You can try asking at that repo, as it seems to be actively being maintained.
Otherwise, I don't think this is too high on vgteam's radar right now though obviously it'd be nice to support eventually.
1. What were you trying to do? I'm tring to construct reference graph
bufo.vg
using referencegenomic.fna
, genome indexgenomic.fna.fai
and vcfbufo.12samples.vcf.gz
, vcf indexbufo.12samples.vcf.gz.csi
. I have to generate.csi
index instead of.tbi
because the bufo chromosomes are too big to be stored intbi
index. I'm pretty sure that bufo.12samples.vcf.gz.csi is younger than bufo.12samples.vcf.gz.2. What did you want to happen? build
bufo.vg
3. What actually happened?
5. What data and command can the vg dev team use to make the problem happen?
6. What does running
vg version
say?