-
Notifications
You must be signed in to change notification settings - Fork 94
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
update collectrnaseqmetrics memory requirement #474
Conversation
|
To be merged once linting works (template 2.13.1 PR merged with dev) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to consider changing to the nf-core version for this module
avail_mem = task.memory.giga | ||
} | ||
avail_mem = (task.memory.mega*0.8).intValue() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small thing but could you align the final }
Replacement by the nf-core module is planned. |
…afusion into fix_rnaseqmetrics_mem
Update memory requirements
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).