Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESB
ONT_pilot_gitlab
Commits
ae3b5884
Commit
ae3b5884
authored
Aug 13, 2020
by
Valentina Galata
Browse files
updated GDB config files
parent
6690266a
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/GDB/config.yaml
View file @
ae3b5884
...
...
@@ -2,7 +2,8 @@
# STEPS
# Steps to be done
steps
:
[
"
preprocessing"
,
"
assembly"
,
"
mapping"
,
"
annotation"
,
"
analysis"
,
"
taxonomy"
]
# steps: ["preprocessing", "assembly", "mapping", "annotation", "analysis", "taxonomy"]
steps
:
[
"
assembly"
,
"
mapping"
,
"
annotation"
,
"
analysis"
,
"
taxonomy"
]
steps_annotation
:
[
"
diamond"
,
"
rgi"
,
"
plasflow"
,
"
minced"
,
"
barrnap"
]
# prodigal is run in any case
steps_analysis
:
[
"
quast"
,
"
cdhit"
,
"
mash_dist"
]
steps_taxonomy
:
[
"
kraken2"
,
"
kaiju"
]
...
...
@@ -86,7 +87,7 @@ assemblers:
# lr: ["flye"]
# hy: ["metaspadeshybrid", "operams", "metaspadeshybridmetatracon", "operamsmetatracon"]
sr
:
[
"
megahit"
,
"
metaspades"
]
lr
:
[
"
flye"
,
"
wtdbg2"
]
lr
:
[
"
flye"
,
"
wtdbg2"
,
"
canu"
]
hy
:
[
"
metaspadeshybrid"
,
"
operams"
]
# https://github.com/fenderglass/Flye
...
...
@@ -100,6 +101,12 @@ wtdbg2:
bin
:
"
/scratch/users/sbusi/tools/wtdbg2/"
genome_size
:
"
1g"
# https://canu.readthedocs.io/en/latest/
canu
:
threads
:
24
# mem: "64g"
genome_size
:
"
1g"
# https://github.com/ablab/spades
metaspades
:
threads
:
10
...
...
config/GDB/sbatch.sh
View file @
ae3b5884
...
...
@@ -5,14 +5,14 @@
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -c 1
#SBATCH --time=
2
-00:00:00
#SBATCH --time=
3
-00:00:00
#SBATCH -p batch
#SBATCH --qos=qos-batch
# conda env name or path
ONTP_ENV
=
"ONT_pilot"
# number of concurrent jobs
ONTP_JOBS
=
30
ONTP_JOBS
=
5
# config files
ONTP_CONFIG
=
"config/GDB/config.yaml"
ONTP_SLURM
=
"config/GDB/slurm.yaml"
...
...
config/GDB/slurm.yaml
View file @
ae3b5884
...
...
@@ -44,6 +44,14 @@ assembly_lr_wtdbg2:
n
:
1
explicit
:
"
"
assembly_lr_canu
:
time
:
"
05-00:00:00"
partition
:
"
bigmem"
qos
:
"
qos-bigmem"
nodes
:
1
n
:
1
explicit
:
"
"
assembly_sr_megahit
:
time
:
"
01-4:00:00"
partition
:
"
bigmem"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment