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

Increase in runtime #249

Closed
ramirobarrantes opened this issue Nov 1, 2023 · 7 comments
Closed

Increase in runtime #249

ramirobarrantes opened this issue Nov 1, 2023 · 7 comments

Comments

@ramirobarrantes
Copy link

Hello, first for all, thank you so much for providing this great resource. We have been noticing that for the last couple of months or so the runs have been taking considerably longer, it used to be 6-7 hours, now it's more than 30. Is there a reason for that? Thank you again very much.

@erinyoung
Copy link
Member

Below is a graph of the average time a process takes. This one is from mid-September. The process that takes the longest to run per sample is Freyja.

There was an attempt to alleviate this problem in version 3.820230926 by requiring a minimum depth. This hasn't really made an impact, however.

newplot

@erinyoung
Copy link
Member

I have thought about dropping Freyja boot.

@ramirobarrantes
Copy link
Author

ramirobarrantes commented Nov 1, 2023 via email

@erinyoung
Copy link
Member

If you don't need the results from Freyja, you can change the freyja parameter to false.

In a config file add a params.freyja = false line, and on the command line it's something like

nextflow run UPHL-BioNGS/Cecret <everything else you normally run> --freyja false

This should skip Freyja altogether?

@ramirobarrantes
Copy link
Author

ramirobarrantes commented Nov 1, 2023 via email

@erinyoung
Copy link
Member

I'm not sure. I didn't even notice until this summer, so I'm thinking it's something with version 1.4.5+.

@erinyoung
Copy link
Member

As an update to this issue, I have created a PR where freyja boot has been removed : #250

This makes the workflow much faster.

As soon as this PR passes testing, we'll merge it and it will be the default workflow.

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