Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
002b5c46
Commit
002b5c46
authored
Apr 10, 2019
by
Maxime Manno
🍜
Browse files
Merge branch 'nG6_ont-qc_update' into 'master'
Ng6 ont qc update See merge request
!24
parents
c24bcf7e
d215dd4f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/Run_stats.tpl
View file @
002b5c46
This diff is collapsed.
Click to expand it.
workflows/ont_qc/__init__.py
View file @
002b5c46
...
...
@@ -49,7 +49,7 @@ class OntQualityCheck (NG6Workflow):
addrawfiles
=
self
.
add_component
(
"AddRawFiles"
,
[
self
.
runobj
,
self
.
get_all_reads
(),
self
.
compression
])
#nanoplot = self.add_component("Nanoplot", [sample.name,self.get_all_reads(), self.nb_threads, True, "png", self.nanoplot_color,"nanoplot.tar.gz"])
ontstat
=
self
.
add_component
(
"Run_stats"
,
[
self
.
summary_file
,
self
.
barcoded
])
ontstat
=
self
.
add_component
(
"Run_stats"
,
[
self
.
summary_file
,
self
.
barcoded
,
sample_names
[
0
]
])
if
self
.
trimming
==
"yes"
:
trim_porechop
=
self
.
add_component
(
"Trim_porechop"
,
[
self
.
get_all_reads
()
,
"discard_middle"
])
if
self
.
fast5dir
!=
None
:
...
...
workflows/ont_qc/components/run_stats.py
View file @
002b5c46
This diff is collapsed.
Click to expand it.
workflows/ont_qc/data/ont_qc_barcoded.conf
View file @
002b5c46
...
...
@@ -16,7 +16,7 @@
#
--
date
25
/
0
6
/
201
8
08
/
0
4
/
201
9
--
data
-
nature
DNA
--
sequencer
...
...
@@ -33,16 +33,10 @@ arabido
test
-
dev
--
summary
-
file
workflows
/
ont_qc
/
data
/
sequencing_summary_barcoded_test
.
txt
/
save
/
ng6
-
test
/
src
/
ng6
-
git
-
mmanno
/
workflows
/
ont_qc
/
data
/
sequencing_summary_barcoded_test
.
txt
--
barcoded
yes
--
nb
-
threads
4
--
fileformat
fastq
--
fast5dir
workflows
/
ont_qc
/
data
/
fast5_dir
--
sample
sample
-
name
=
ONT_sample
read1
=
workflows
/
ont_qc
/
data
/
test
*.
fastq
read1
=
/
save
/
ng6
-
test
/
src
/
ng6
-
git
-
mmanno
/
workflows
/
ont_qc
/
data
/
test
*.
fastq
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