forked from Snakemake-Profiles/slurm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
19 lines (19 loc) · 784 Bytes
/
Copy pathcookiecutter.json
File metadata and controls
19 lines (19 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"profile_name": "slurm",
"use_singularity": [false, true],
"use_conda": [false, true],
"jobs": 500,
"restart_times": 0,
"max_status_checks_per_second": 10,
"max_jobs_per_second": 10,
"latency_wait": 5,
"print_shell_commands": [false, true],
"sbatch_defaults": "",
"cluster_sidecar_help": "Use cluster sidecar. NB! Requires snakemake >= 7.0! Enter to continue...",
"cluster_sidecar": ["yes", "no"],
"cluster_name": "",
"cluster_jobname": "%r_%w",
"cluster_logpath": "logs/slurm/%r/%j",
"cluster_config_help": "The use of cluster-config is discouraged. Rather, set snakemake CLI options in the profile configuration file (see snakemake documentation on best practices). Enter to continue...",
"cluster_config": ""
}