Giter Site home page Giter Site logo

Comments (3)

jeizenga avatar jeizenga commented on August 20, 2024

You can extract paths as a FASTA using vg paths --extract-fasta. I think the interface requires a GBWT as input, so you may need to pull out the GBWT from your GBZ using vg gbwt.

from vg.

ld9866 avatar ld9866 commented on August 20, 2024

Dear developer:
We encountered some problems in vg index, showing insufficient memory, but our running memory is 1TB, I would like to ask whether our code and thinking are correct, and how should we solve this problem?
vg mod -X 256 test.full.vg > test.full.mod.vg
vg index -x test.full.xg -g test.full.gcsa -k 16 -t 8 test.full.mod.vg
error:
InputGraph::InputGraph(): Memory use of input kmers (1149.82 GB) exceeds memory limit (1024 GB)
vg gbwt -g test.full.gbwt -t 8 -x test.full.xg test.full.vg

from vg.

jeizenga avatar jeizenga commented on August 20, 2024

Is there a reason you are doing a manual indexing pipeline instead of using vg autoindex? For most users, vg autoindex is more robust to issues like this.

It's also unclear to me which mapping tool you're planning to use. The GCSA2 index is used by vg map, but the GBWT usually is not. The GBWT is typically used in vg giraffe. This is another reason to use vg autoindex: it can determine exactly which indexes you need based on the mapping tool you want to use.

from vg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.