-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] Full support for DPW2 pipeline - [x] Hologenomics pipeline - [x] Kraken2 - [x] Kaiju - [x] Centrifuge - [x] Megahit assembly of unmapped reads - [x] Unify log and data paths - [x] ~Cloud profiles via DPW2 work~ To be added later - [x] New config - [x] New rl2s.tsv - [x] Fix bug in khmer, and get kwip working again - [x] fastqc Pre & post - [x] multiqc - [x] qualimap - [x] QCtype - [x] theta_prior - [x] Define regions based on coverage not size
- Loading branch information
Showing
59 changed files
with
1,715 additions
and
1,575 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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__default__: | ||
output: "data/log/cluster/" | ||
output: "output/log/cluster/" | ||
DEBUG: True |
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 |
---|---|---|
@@ -1,20 +1,18 @@ | ||
cluster: "ebio-cluster/jobsubmit" | ||
cluster-config: "ebio-cluster/cluster.yml" | ||
cluster-status: "ebio-cluster/jobstatus" | ||
jobscript: "ebio-cluster/jobscript.sh" | ||
jobs: 100 | ||
#immediate-submit: true | ||
cluster: "profiles/ebio-cluster/jobsubmit" | ||
cluster-config: "profiles/ebio-cluster/cluster.yml" | ||
cluster-status: "profiles/ebio-cluster/jobstatus" | ||
cluster-cancel: "qdel" | ||
jobscript: "profiles/ebio-cluster/jobscript.sh" | ||
jobs: 384 | ||
verbose: false | ||
#notemp: true | ||
use-conda: true | ||
conda-frontend: mamba | ||
rerun-incomplete: true | ||
keep-going: true | ||
nolock: true | ||
max-jobs-per-second: 5 | ||
max-status-checks-per-second: 1 | ||
latency-wait: 60 | ||
local-cores: 1 | ||
max-status-checks-per-second: 5 | ||
latency-wait: 300 | ||
local-cores: 64 | ||
restart-times: 3 | ||
scheduler: greedy | ||
printshellcmds: true | ||
configfiles: "profiles/ebio-cluster/resources.yml" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -l | ||
# properties = {properties} | ||
|
||
test -f ~/.bash_env && source ~/.bash_env | ||
set -ueo pipefail | ||
{exec_job} |
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
Oops, something went wrong.