Using --cluster
parameter to run jobs
#283
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Attempted to run
--cluster "sbatch -t {resources.runtime_min} -J gristing-p bmm -n 1 -N 1 -c {threads} --mem={resources.mem_mb}"
Met this error:
A straight forward solution would be to include the
resources:
block and resource parameters to each rule. Could include this as an option in documentation as well. Thoughts?Supp: https://snakemake.readthedocs.io/en/stable/executing/cli.html#cluster
The text was updated successfully, but these errors were encountered: