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
cb0e17b2
Commit
cb0e17b2
authored
4 years ago
by
Valentina Galata
Browse files
Options
Downloads
Patches
Plain Diff
updated GDB contig files
parent
4d60da61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!76
Merge "cleanup" branch with "master" branch
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/GDB/config.yaml
+8
-3
8 additions, 3 deletions
config/GDB/config.yaml
config/GDB/sbatch.sh
+2
-2
2 additions, 2 deletions
config/GDB/sbatch.sh
config/GDB/slurm.yaml
+1
-1
1 addition, 1 deletion
config/GDB/slurm.yaml
with
11 additions
and
6 deletions
config/GDB/config.yaml
+
8
−
3
View file @
cb0e17b2
...
...
@@ -3,6 +3,8 @@
# Pipeline steps to be done: ["preprocessing", "assembly", "mapping", "annotation", "analysis", "taxonomy"]
steps
:
[
"
preprocessing"
,
"
assembly"
,
"
mapping"
,
"
annotation"
,
"
analysis"
,
"
taxonomy"
]
steps_annotation
:
[
"
diamond"
,
"
rgi"
,
"
plasflow"
,
"
minced"
]
# prodigal is run in any case
steps_analysis
:
[
"
quast"
,
"
cdhit"
,
"
mash_dist"
]
############################################################
# INPUT
...
...
@@ -77,11 +79,14 @@ fastqc:
##############################
# Assembly
# List of assemblers for different read types
# List of assemblers for different read types
: assembler names MUST be UNIQUE
assemblers
:
sr
:
[
"
megahit"
,
"
metaspades"
,
"
megahitmetatracon"
,
"
metaspadesmetatracon"
]
# sr: ["megahit", "metaspades", "megahitmetatracon", "metaspadesmetatracon"]
# lr: ["flye"]
# hy: ["metaspadeshybrid", "operams", "metaspadeshybridmetatracon", "operamsmetatracon"]
sr
:
[
"
megahit"
,
"
metaspades"
]
lr
:
[
"
flye"
]
hy
:
[
"
metaspadeshybrid"
,
"
operams"
,
"
metaspadeshybridmetatracon"
,
"
operamsmetatracon"
]
hy
:
[
"
metaspadeshybrid"
,
"
operams"
]
# https://github.com/fenderglass/Flye
flye
:
...
...
This diff is collapsed.
Click to expand it.
config/GDB/sbatch.sh
+
2
−
2
View file @
cb0e17b2
...
...
@@ -5,14 +5,14 @@
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -c 1
#SBATCH --time=
2
-00:00:00
#SBATCH --time=
1
-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
=
1
0
ONTP_JOBS
=
2
0
# config files
ONTP_CONFIG
=
"config/GDB/config.yaml"
ONTP_SLURM
=
"config/GDB/slurm.yaml"
...
...
This diff is collapsed.
Click to expand it.
config/GDB/slurm.yaml
+
1
−
1
View file @
cb0e17b2
...
...
@@ -152,7 +152,7 @@ polishing_metat_racon:
# Annotation
annotation_prodigal
:
time
:
"
0
1-4
:00:00"
time
:
"
0
0-2
: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