Closed Parkerdow closed 8 months ago
Please indicate:
snakemake: 8.4.12 snakemake-executor-plugin-slurm: 0.4.2
I'm currently using the command:
snakemake snakemake --profile test
I believe the profilef folder setup is correct:
.config/snakemake/
└── test
└── config.yaml
Profile
#slurm settings
executor: slurm
jobs: unlimited
use-conda: true
#default resources
default-resources:
runtime: 5
slurm_account: carter-compute
slurm_partition: carter-co
mem_gb: 8
tasks: 2
account: pdow
However I can recreate the error by skipping the profile and simply calling:
snakemake --executor slurm --jobs unlimited --default-resources slurm_account=carter-compute slurm_partition=carter-co
again, thank you for the assistance! I've attached my snakemake venv yaml for full visibility. environment.txt
Apologies Professor, updating from 8.4.12 to 8.10 appears to cleared the problem. Thank you for your continued maintenance of the codebase!
@Parkerdow Thank you for the feedback! I could not reply any sooner - I am on a retreat.
Hi, thanks for taking a look at this.
I'm attempting to use the executor plugin to run a workflow on my cluster via slurm and I'm not sure what exactly is happening. I can see in
cli.py
theSpawnedJobArgsFactoryExecutorInterface
class def has a defined executor_common_settings argument but I'm not sure why its not being passed to myRealExecutor
Trace attached below, happy to add any other information if useful: