Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
ng6
Commits
e5178b47
Commit
e5178b47
authored
Aug 08, 2019
by
ckuchly
Browse files
Add 10X index reading from application.properties
parent
256bae5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ng6/config_reader.py
View file @
e5178b47
...
...
@@ -178,7 +178,7 @@ class NG6ConfigReader(object):
for
barcode
in
barcodes
:
#print("config reader")
#print(barcode[0])
#
logging.getLogger("ng6").debug("barcode[0] = " + barcode[0].upper())
logging
.
getLogger
(
"ng6"
).
debug
(
"barcode[0] = "
+
barcode
[
0
].
upper
())
barcode_array
[
barcode
[
0
].
upper
()]
=
barcode
[
1
].
upper
()
return
barcode_array
except
:
...
...
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