Skip to content

Commit 955c7f3

Browse files
committed
snakemake_configs: Incorporate snakemake 8 configs.
Code by Rizky.
1 parent 3070167 commit 955c7f3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
executor: cluster-generic
2+
cluster-generic-submit-cmd: snakemake_mqsub --segregated-log-files --queue lyra
3+
cluster-generic-status-cmd: snakemake_mqstat
4+
jobs: 10000
5+
cluster-generic-cancel-cmd: qdel
6+
use-conda: true
7+
conda-frontend: mamba
8+
rerun-incomplete: true # Without this, snakemake will attempt to resume when rerunning a rule, which fails immediately without error
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
executor: cluster-generic
2+
cluster-generic-submit-cmd: snakemake_mqsub --segregated-log-files
3+
cluster-generic-status-cmd: snakemake_mqstat
4+
jobs: 10000
5+
cluster-generic-cancel-cmd: qdel
6+
use-conda: true
7+
conda-frontend: mamba
8+
rerun-incomplete: true # Without this, snakemake will attempt to resume when rerunning a rule, which fails immediately without error

0 commit comments

Comments
 (0)