Skip to content

Commit

Permalink
aqua: New snakemake profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Jan 14, 2025
1 parent 9d0a90c commit a839d88
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snakemake_configs/aqua/config.v8+.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
executor: cluster-generic
cluster-generic-submit-cmd: snakemake_mqsub --segregated-log-files --queue aqua
cluster-generic-status-cmd: snakemake_mqstat
jobs: 10000
cluster-generic-cancel-cmd: qdel
use-conda: true
conda-frontend: mamba
rerun-incomplete: true # Without this, snakemake will attempt to resume when rerunning a rule, which fails immediately without error
7 changes: 7 additions & 0 deletions snakemake_configs/aqua/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cluster: snakemake_mqsub --segregated-log-files --queue aqua
cluster-status: snakemake_mqstat
jobs: 10000
cluster-cancel: qdel
use-conda: true
conda-frontend: mamba
rerun-incomplete: true # Without this, snakemake will attempt to resume when rerunning a rule, which fails immediately without error

0 comments on commit a839d88

Please sign in to comment.