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
689e112b
Commit
689e112b
authored
Aug 03, 2020
by
Valentina Galata
Browse files
updated GDB config files
parent
b6dfa4c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/GDB/config.yaml
View file @
689e112b
...
...
@@ -86,7 +86,7 @@ assemblers:
# lr: ["flye"]
# hy: ["metaspadeshybrid", "operams", "metaspadeshybridmetatracon", "operamsmetatracon"]
sr
:
[
"
megahit"
,
"
metaspades"
]
lr
:
[
"
flye"
]
lr
:
[
"
flye"
,
"
wtdbg2"
]
hy
:
[
"
metaspadeshybrid"
,
"
operams"
]
# https://github.com/fenderglass/Flye
...
...
@@ -94,6 +94,12 @@ flye:
threads
:
10
genome_size
:
"
1g"
# https://github.com/ruanjue/wtdbg2
wtdbg2
:
threads
:
10
bin
:
"
/scratch/users/sbusi/tools/wtdbg2/"
genome_size
:
"
1g"
# https://github.com/ablab/spades
metaspades
:
threads
:
10
...
...
config/GDB/sbatch.sh
View file @
689e112b
...
...
@@ -5,7 +5,7 @@
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -c 1
#SBATCH --time=
0
-0
6
:00:00
#SBATCH --time=
2
-0
0
:00:00
#SBATCH -p batch
#SBATCH --qos=qos-batch
...
...
config/GDB/slurm.yaml
View file @
689e112b
...
...
@@ -36,6 +36,14 @@ assembly_lr_flye:
n
:
1
explicit
:
"
"
assembly_lr_wtdbg2
:
time
:
"
00-8: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