Giter Site home page Giter Site logo

Comments (3)

d4straub avatar d4straub commented on May 24, 2024

That's a little strange that the file contains no contigs at all. On the long run, it might be best to investigate how that happens and than correct that issue.

For fixing this immediately, you can try running your command appending -c quast.config where quast.config contains:

process {
  withName: quast {
    errorStrategy = { task.exitStatus in [143,137] ? 'retry' : 'ignore' }
  }
}

This should make the pipeline ignore the issue and move on.
edit: dont forget to add -resume as well, otherwise you restart from scratch!

from mag.

d4straub avatar d4straub commented on May 24, 2024

Revisiting this issue, the assembly was not good enough, no contig at all. Most likely the underlying data is insufficient. Nevertheless, it would be of advantage if the pipeline would than skip quast, raise a warning and skip all downstream steps for that sample/assembly.

from mag.

d4straub avatar d4straub commented on May 24, 2024

I am not sure whether that is still an issue. Because the pipeline is supposed to be for assembly, I think its fine when the pipeline fails when no contig can be assembled.
If this continues to be a concern, please re-open.

from mag.

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.