Git Product home page Git Product logo

Comments (2)

MikkelSchubert avatar MikkelSchubert commented on July 29, 2024

Hi Uri,

Your yaml file looks fine to me.

The problem is, as you point out, that the first process was terminated by SIGKILL and as a consequence, the pipeline automatically terminated the second process. That generally indicates that it was killed by an external process rather than due to a problem with the software (bwa) or with the pipeline.

I don't know the system your are running the pipeline on, but it's possible that the processed got killed due to excessive memory usage. Either by the task management system (Torque, PBS, Slurm), if you are using one such, or earlyoom/the kernel OOM killer.

If so then you can possibly find an explanation in the output from dmesg or in /var/log/messages or in the task status or log for your task management system.

If that is the explanation, the BWA manual page states that

For short reads, the aln command uses ~3.2GB memory and the sampe command uses ~5.4GB.

If that is the cause, then you could decrease the maximum number of threads used by the pipeline (via --max-threads) to prevent too many instances running at once. Or you could try reserving more memory if you are using a task management system.

Best regards,
Mikkel

from paleomix.

Uriwolkow avatar Uriwolkow commented on July 29, 2024

Thank you for the detailed response.
It indeed was an issue with memory usage during the run. By running on a different server we achieved good results with no errors, and w/o changing the yaml file. Closing this session as resolved.

from paleomix.

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.