Closed linsalrob closed 2 years ago
The launcher is reading the defaults for jobs, mem and time from the run config and passing it via the command line to snakemake under --default-resources. This overwrites any declarations for default resources in the profile. It's a little bit unnecessary anyway, so I've removed it and it should be fixed in the next release.
should be fixed in current version
"Non-standard" default snakemake profiles are giving a hecatomb error.
I have followed Mike's snakemake profile tutorial, but then added things to both the
sbatch
command and thedefault-resources
.For example, our cluster has a
partition
setting (general
vsGPU
) with a default resource ofgeneral
that has been missed by hecatomb.We need to make sure that hecatomb is compatible with any profile, and I think we need to ensure we incorporate the users
default-resources
settings, and perhaps other settings too(?)