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
665a3e6f
Commit
665a3e6f
authored
Sep 19, 2019
by
Maxime Manno
🍜
Browse files
Update demultiplex ont analysis # 112
parents
7324bc82
66bdbe71
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/ont_qc/components/demultiplexont.py
View file @
665a3e6f
...
...
@@ -53,7 +53,11 @@ class Demultiplex_ONT (Analysis):
list_stats
=
[]
with
open
(
stat_file
,
"r"
)
as
f_stat
:
for
line
in
f_stat
.
readlines
():
<<<<<<<
HEAD
list_stats
.
append
(
line
.
split
())
=======
list_stat
.
append
(
line
.
split
())
>>>>>>>
branch
'nG6_ont_demultiplex'
of
https
:
//
forgemia
.
inra
.
fr
/
genotoul
-
bioinfo
/
ng6
.
git
# Registering file's header into a list
header
=
list_stats
.
pop
(
0
)
...
...
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