Skip to content

toil-vg call throws XGFormatError: Unimplemented XG format version: 0 #759

@alancleary

Description

@alancleary

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions