Skip to content
GitLab
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
6ba2897a
Commit
6ba2897a
authored
Sep 19, 2019
by
Maxime Manno
🍜
Browse files
Update ONT demultiplex analysis # 112
parent
665a3e6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/ont_qc/components/demultiplexont.py
View file @
6ba2897a
...
...
@@ -53,11 +53,7 @@ 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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment