-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I have a graph that was built with Seqwish and augmented with reads mapped with GraphAligner. I used vg version 1.16.0 to build an xg for the augmented graph
vg index -x graph.aug.xg graph.aug.vg
I then used toil-vg with Singularity (which used vg version 1.11.0) to call variants
toil-vg call \
--config config_wg.yaml \
--realTimeLogging --logInfo --realTimeStderr \
--workDir /workdir \
/jobstore \
graph.aug.xg \
sample \
/outstore \
--gams reads.gam \
--chroms 1
This resulted in an XGFormatError
Unimplemented XG format version: 0
Is this because I'm using a different version of vg than toil-vg, or could it be something else? Just looking for guidance on debugging really. Unfortunately, I can't share my data, but let me know if there's anything else I can tell you that would help. Much thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels