-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e280fd
commit c105026
Showing
3 changed files
with
43 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,28 +8,21 @@ cluster: | |
--job-name=smk-{rule}-{wildcards} | ||
--output=logs/{rule}/{rule}-{wildcards}-%j.out | ||
--export=ALL | ||
--cluster=htc | ||
--mail-type=BEGIN,END,FAIL | ||
[email protected] | ||
--parsable | ||
default-resources: | ||
- qos=standard # {basic, standard, priority} only have credits for standard | ||
- partition=short # {short, medium, long, devel, interactive} | ||
- mem_mb=16000 | ||
- time="08:00:00" # maximum time for a single job | ||
restart-times: 1 # if a job fails, retry it once | ||
max-jobs-per-second: 16 # maximum jobs to _submit_ per second | ||
- time="01:00:00" # maximum time for a single job | ||
max-jobs-per-second: 1 | ||
max-status-checks-per-second: 1 | ||
local-cores: 1 | ||
restart-times: 1 # if a job fails, retry it once | ||
latency-wait: 15 # seconds to wait for files to appear before failing | ||
jobs: 64 # max simultaneous jobs | ||
jobs: 4 # max simultaneous jobs | ||
keep-going: True # do not stop workflow if job(s) fail | ||
rerun-incomplete: True | ||
printshellcmds: True | ||
scheduler: greedy | ||
cluster-status: status-sacct.sh # script to poll for job status | ||
use-conda: True # activate conda env prior to running any given rule | ||
# the following path is where an anaconda install (with mamba) is located, envs | ||
# installed here by snakemake or otherwise should be reusable across the group | ||
conda-prefix: /data/ouce-gri-jba/anaconda/envs | ||
# use `mamba` to create envs | ||
# micromamba support coming soon? see: | ||
# https://github.com/snakemake/snakemake/pull/1889 | ||
conda-frontend: mamba |
File renamed without changes.