Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ONT_pilot_gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESB
ONT_pilot_gitlab
Commits
7bca601e
Commit
7bca601e
authored
4 years ago
by
Valentina Galata
Browse files
Options
Downloads
Patches
Plain Diff
GDB config: sormerna cores and runtime, other minor changes
parent
3a42ed49
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/GDB/config.yaml
+2
-2
2 additions, 2 deletions
config/GDB/config.yaml
config/GDB/sbatch.sh
+1
-3
1 addition, 3 deletions
config/GDB/sbatch.sh
config/GDB/slurm.yaml
+1
-1
1 addition, 1 deletion
config/GDB/slurm.yaml
with
4 additions
and
6 deletions
config/GDB/config.yaml
+
2
−
2
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
:
[]
...
...
This diff is collapsed.
Click to expand it.
config/GDB/sbatch.sh
+
1
−
3
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
}
"
This diff is collapsed.
Click to expand it.
config/GDB/slurm.yaml
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment