Skip to content

Commit

Permalink
strip exclude from submission
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Nov 24, 2023
1 parent a0169a2 commit 1c54789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/shared/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
snakemake_latency_wait: 300
snakemake_cluster_cmd: module load slurm; sbatch --exclude deep9,deep17 --ntasks-per-node 1 -p bioinfo --mem-per-cpu {cluster.memory} -c {threads} -e {snakePipes_cluster_logDir}/{rule}.%j.err -o {snakePipes_cluster_logDir}/{rule}.%j.out -J {rule}.snakemake
snakemake_cluster_cmd: module load slurm; sbatch --ntasks-per-node 1 -p bioinfo --mem-per-cpu {cluster.memory} -c {threads} -e {snakePipes_cluster_logDir}/{rule}.%j.err -o {snakePipes_cluster_logDir}/{rule}.%j.out -J {rule}.snakemake
snakePipes_cluster_logDir: cluster_logs
__default__:
memory: 1G
Expand Down

0 comments on commit 1c54789

Please sign in to comment.