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
vidjil
vidjil
Commits
a8a7aa1c
Commit
a8a7aa1c
authored
Oct 15, 2014
by
Marc Duez
Browse files
server : getAnalysis debug field name
parent
88044a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/default.py
View file @
a8a7aa1c
...
...
@@ -160,7 +160,7 @@ def get_analysis():
f
=
open
(
'applications/vidjil/uploads/'
+
row
.
analysis_file
,
"r"
)
analysis
=
gluon
.
contrib
.
simplejson
.
loads
(
f
.
read
())
f
.
close
()
res
[
"cluster"
]
=
analysis
[
"cluster"
]
res
[
"cluster
s
"
]
=
analysis
[
"cluster
s
"
]
res
[
"clones"
]
=
analysis
[
"clones"
]
res
[
"tags"
]
=
analysis
[
"tags"
]
res
[
"samples"
][
"order"
]
=
analysis
[
"samples"
][
"order"
]
...
...
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