nf-core / kmermaid

k-mer similarity analysis pipeline
https://nf-co.re/kmermaid
MIT License
19 stars 12 forks source link

Increase CPUs, memory, and time for SortMeRNA #105

Closed olgabot closed 4 years ago

olgabot commented 4 years ago

cc @pranathivemuri and @phoenixAja -- this might help with getting SortMeRNA to run faster on the IBM machines. Currently the resource requirements are set to the lowest possible setting, and this increases to the mid_memory_long (32.GB memory, and 96h) mid_cpu (8 CPUs) settings.

This code was originally stolen from nf-core/rnaseq and there it gets the process_high label for higher requirements: https://github.com/nf-core/rnaseq/blob/a3222ce3010caf25c92f0c981de501a57cd583f6/modules/nf-core/software/sortmerna/main.nf#L6

If you're able to rebase your changes with this branch, then it shouldn't restart the pipeline from scratch because it only changes the resource requirements, not the pipeline script itself.

nf-core/kmermaid pull request

Many thanks for contributing to nf-core/kmermaid!

Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).

PR checklist

Learn more about contributing: CONTRIBUTING.md