You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to specify resource and threads for all my snakemeke rules, but give the users of my pipeline the possibility to modify them easily.
One option is to do this in the config file add a 'threads' and 'mem' option for each rule or groups of rules. However, I think it would be more intelligent to separate this from the workflow and use the --cluster file, where default parameters and rule-specific parameters can be chosen.
But then there are rules, where the resource attributes can be passed to the command. So I would need to read the cluster file in the snakefile.
I wonder what was your thoughts on this.
The text was updated successfully, but these errors were encountered:
Dear @johanneskoester ,
I would like to be able to specify resource and threads for all my snakemeke rules, but give the users of my pipeline the possibility to modify them easily.
One option is to do this in the config file add a 'threads' and 'mem' option for each rule or groups of rules. However, I think it would be more intelligent to separate this from the workflow and use the
--cluster
file, where default parameters and rule-specific parameters can be chosen.But then there are rules, where the resource attributes can be passed to the command. So I would need to read the cluster file in the snakefile.
I wonder what was your thoughts on this.
The text was updated successfully, but these errors were encountered: