Git Product home page Git Product logo

Comments (2)

muppetjones avatar muppetjones commented on August 19, 2024

I've run this a few times, and the only way to guarantee no threads exit seems to be with MAX_JOB=8 _when running with an input VCF. I'm 90% certain it's a memory issue as the threads start to drop when the memory maxes out, but for some reason, each job quits quietly (vs. running w/o a VCF and too many jobs, which quits with MemoryError).

However, splitting the job into more parts and only running 8 at a time still works, but you only get the regions for those 8 jobs. I'm assuming the region split is constant (otherwise it wouldn't work in the first place), so you could potentially split as much as you like and just run 8 at a time; unfortunately, this negates any benefits from running regions in parallel.

I don't know if this was an issue before, and I just missed it, or if this is something new.

from neat-genreads.

Joseph-Vineland avatar Joseph-Vineland commented on August 19, 2024

I had the same problem, when trying to call gen-reads.py in parallel. It looks like everything is working and then the jobs abort themselves without a message part way through. It is easy to miss becasue you think everything ran to completeion without error.

COMMAND:

find L*.vcf | sed 's/.vcf$//' | parallel 'python3.6 neat-genreads/gen_reads.py -M 0 -R 150 -o {} -v {}.vcf -c 1 --vcf -r ref.fa'

from neat-genreads.

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.