diff --git a/cookiecutter.json b/cookiecutter.json index 9e958d0..2dfa80d 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -13,7 +13,7 @@ "cluster_sidecar": ["yes", "no"], "cluster_name": "", "cluster_jobname": "%r_%w", - "cluster_logpath": "logs/slurm/%r/%j-%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": "" }