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
7bca601e
Commit
7bca601e
authored
Aug 16, 2020
by
Valentina Galata
Browse files
GDB config: sormerna cores and runtime, other minor changes
parent
3a42ed49
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/GDB/config.yaml
View file @
7bca601e
...
...
@@ -74,7 +74,7 @@ fastp:
# rRNA gene filtering
sortmerna
:
threads
:
3
0
threads
:
2
0
# References to be used (w/ md5sums)
refs
:
[
# db6e72022cf650c4b33bd888b92a0391 silva-bac-16s-id90.fasta
...
...
@@ -95,7 +95,7 @@ fastqc:
# List of assemblers for different read types: assembler names MUST be UNIQUE
assemblers
:
sr
:
[
"
megahit"
,
"
metaspades"
]
lr
:
[
"
flye"
,
"
wtdbg2"
]
lr
:
[
"
flye"
,
"
wtdbg2"
,
"
canu"
]
hy
:
[
"
metaspadeshybrid"
,
"
operams"
]
hyhy
:
[]
...
...
config/GDB/sbatch.sh
View file @
7bca601e
...
...
@@ -11,8 +11,6 @@
# conda env name or path
ONTP_ENV
=
"ONT_pilot"
# number of concurrent jobs
ONTP_JOBS
=
10
# config files
ONTP_CONFIG
=
"config/GDB/config.yaml"
ONTP_SLURM
=
"config/GDB/slurm.yaml"
...
...
@@ -21,6 +19,6 @@ ONTP_CLUSTER="sbatch -p {cluster.partition} -q {cluster.qos} {cluster.explicit}
conda activate
${
ONTP_ENV
}
snakemake
-s
workflow/Snakefile
-rp
--jobs
${
ONTP_JOBS
}
--local-cores
1
\
snakemake
-s
workflow/Snakefile
-rp
--jobs
10
--local-cores
1
\
--configfile
${
ONTP_CONFIG
}
--use-conda
--conda-prefix
${
CONDA_PREFIX
}
/pipeline
\
--cluster-config
${
ONTP_SLURM
}
--cluster
"
${
ONTP_CLUSTER
}
"
config/GDB/slurm.yaml
View file @
7bca601e
...
...
@@ -28,7 +28,7 @@ fastp_sr:
explicit
:
"
"
sortmerna_filt
:
time
:
"
01-
00
:00:00"
time
:
"
01-
12
:00:00"
partition
:
"
batch"
qos
:
"
qos-batch"
nodes
:
1
...
...
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