Preferential script based on profile #1976
Unanswered
RenzoTale88
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm creating a workflow in nextflow DSL2. I'm preparing a series of ready-to-use configurations, both for local and for our cluster computing system.
My problem is this: the local configuration uses a global memory, whereas the cluster uses a by-core memory. I've managed to configure it for the submission, so no problem on that side. My problem is, I'm using a software in which it is possible to specify the total memory usage, like:
This works fine for the local or standard profile, which uses a global memory set. However, of the cluster it should be more like:
Is there a way to change the behaviour based on the profile defined by the user?
Something like:
Thanks for the help,
Andrea
Beta Was this translation helpful? Give feedback.
All reactions