Coder Social home page Coder Social logo

Comments (4)

cdanielmachado avatar cdanielmachado commented on June 3, 2024

Hi Ricardo,

Can you share the .fna file for one of the 13 models that failed? I will try to debug and see what is going on.

from carveme.

rdmtinez avatar rdmtinez commented on June 3, 2024

Hi Daniel, after a bit more digging it seems that the problem is not with CARVE alone, but somehow there is miscommunication between LSF and carve when the jobs are being processed. There must be an underlying reason for the strange behavior given that it is always the same 13 files that do not finish processing (along with the other 33 other 'small' fna files) when submitted to our 'superheavy' queue (the only queue that isn't terminated automatically when running carve -r...).

I ran the 13 files through a for loop instead, and the output was created this time using --init M9. I'm going to do the same for the other 33 small fna and see if anything changes first. I'll let you know how that goes, but I'm beginning to think it's just our cluster though not playing nice :-/

from carveme.

cdanielmachado avatar cdanielmachado commented on June 3, 2024

In our cluster, I realized that using job arrays is more convenient than using the "-r" option. I think LSF also supports job arrays. Basically, you submit your script as a job array (one reconstruction per job, using the job array index to select the genome file), and the cluster does all the work of managing the parallel processes (instead of that work being done by the python multiprocessing library when you use the "-r" option).

from carveme.

rdmtinez avatar rdmtinez commented on June 3, 2024

I will keep that in mind for the next reconstructions, Thanks!

from carveme.

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.