Skip to content

Commit

Permalink
add use-singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Jan 23, 2024
1 parent 0d80431 commit 369adfe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions profiles/biocloud/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#command with which to submit rules as SLURM jobs
#command with which to submit tasks as SLURM jobs
cluster:
mkdir -p logs/{rule}/ &&
sbatch
Expand All @@ -21,17 +21,18 @@ default-resources:
#before submitting to SLURM and leave threads settings elsewhere untouched
max-threads: 32
use-conda: True
use-singularity: False
conda-frontend: mamba
printshellcmds: False
jobs: 50
local-cores: 1
latency-wait: 120
restart-times: 1
max-jobs-per-second: 10
restart-times: 1 #restart failed tasks this amount of times
max-jobs-per-second: 10 #don't touch
keep-going: True
rerun-incomplete: True
scheduler: greedy
max-status-checks-per-second: 5
cluster-cancel: scancel
#script to get job status for snakemake, unfortunately neccessary
cluster-status: extras/slurm-status.sh
cluster-status: extras/slurm-status.sh

0 comments on commit 369adfe

Please sign in to comment.