GithubHelp home page GithubHelp logo

run time about get_homologues HOT 1 CLOSED

eead-csic-compbio avatar eead-csic-compbio commented on May 30, 2024
run time

from get_homologues.

Comments (1)

eead-csic-compbio avatar eead-csic-compbio commented on May 30, 2024

Hi Salim,
I have never analyzed such a great dataset, so I can't promise anything.
Last week I did analyze 350 bacterial genomes of 4-5K genes each in
my workstation simulating a GridEngine cluster of 30 nodes in less
than 2 days. However, this generated over 300GB of files.
There are four main steps to be considered: i) the sequence similarity
searches, ii) sorting and indexing the BLAST/DIAMOND results, iii)
calling inparalogues and orthologues and, iv) running mcl.
In your case, steps i and iii scale well and you should be fine if you
have a large GridEngine cluster (option -m cluster), particularly if
you choose option -X which uses DIAMOND instead of BLASTP. DIAMOND is
faster than BLASTP for large sequence numbers at the cost of being
slightly less sensitive, added to the fact that in GET_HOMS only two
runs are required per genome, instead of all vs all with BLASTP.
Instead, steps ii and iv should take some time as they don't scale
that well and you'll have a large volume of DIAMOND results, but
nevertheless they should complete ok if you don't run out of isk space
or RAM.
Please let us know how it goes if you decide to try,
best wishes,
Bruno

from get_homologues.

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.