Code Monkey home page Code Monkey logo

Comments (1)

adamnovak avatar adamnovak commented on September 27, 2024

@glennhickey The Cactus-Minigraph pipeline won't leave any absurdly long nodes, right?

I'm not sure how to connect either the error from faster_cap or the error from vg::DozeuInterface::calculate_max_position to the fact that some paths in the graph might be very long.

What looks most suspicious is your indexing. You shouldn't need to make genome.gcsa for Giraffe, and genome.xg here is not going to be usable with genome.gbz because they use different node IDs and have different nodes. But it's possible Giraffe is picking it up anyway; it automatically finds any inputs you don't give it based on filename patterns, so that you can just point it at a graph that has all the indexes next to it, and it can use a .xg file alongside a .gbz if one is available, to save on reconstructing some path position information.

I would try keeping all the files generated from the pruned/mod-ed graphs in a different directory. You can also run Giraffe with --progress and it should tell you what it is loading, which might help you figure out if it is loading anything it shouldn't be using.

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.