Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some general questions #15

Closed
santiagorevale opened this issue Jan 25, 2019 · 1 comment
Closed

Some general questions #15

santiagorevale opened this issue Jan 25, 2019 · 1 comment

Comments

@santiagorevale
Copy link

Hi Matthew,

I've seen your paper regarding ORP. I have a couple of questions that maybe you could answer:

  1. have you compared the results of ORP by using the latest version of Trinity (2.8.4) instead of the older one (2.4.0) reported in the paper?

  2. I've noticed you replaced Shannon for TransAbyss, is that an equivalent replacement? I mean, do they behave similarly? Or have you just done a replacement to keep the number of assemblies to 4?

  3. is it possible to run the complete pipeline having independent jobs to run in parallel? If not, have you thought about writing the pipeline in NextFlow?

Thank you very much for your help.

Cheers,
Santiago

@macmanes
Copy link
Contributor

Hi,

  1. I compared, and found the same qualitative results. Of note, Trinity is installed via conda. As of today, 2.8.4 is the version installed.

  2. Yes. Replaced! It's not that they behave so similarly, but instead that TransABySS actually finished, and does not use crazy amounts of RAM. Tho Shannon did perform well when we could get it to finish, for something like 50% of datasets would hang, or use >512Gb of RAM, which is too much. TransABySS frankly does not have some of the good properties of Shannon, but at least it is not a barrier.

  3. Do you mean run the 4 assemblies in parallel, at the same time? If so, yes, in theory that can happen. You'd add the -j flag to the command. So, -j 4 for 4 parallel jobs. BUT I will say that I have not tested this, and it may not work at the moment. In fact, it most surely will not work. Let me know if this is something critical to your workflow and I can work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants