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
vidjil
vidjil
Commits
34108fc3
Commit
34108fc3
authored
Oct 23, 2014
by
Vidjil Team
Browse files
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot/vidjil/vidjil
into rbx.vidjil.org
parents
ad8b1ee3
ce19d964
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/default.py
View file @
34108fc3
...
...
@@ -161,7 +161,10 @@ def get_analysis():
f
=
open
(
'applications/vidjil/uploads/'
+
row
.
analysis_file
,
"r"
)
analysis
=
gluon
.
contrib
.
simplejson
.
loads
(
f
.
read
())
f
.
close
()
res
[
"clusters"
]
=
analysis
[
"clusters"
]
if
'cluster'
in
analysis
:
res
[
"clusters"
]
=
analysis
[
"cluster"
]
if
'clusters'
in
analysis
:
res
[
"clusters"
]
=
analysis
[
"clusters"
]
res
[
"clones"
]
=
analysis
[
"clones"
]
res
[
"tags"
]
=
analysis
[
"tags"
]
res
[
"samples"
]
=
analysis
[
"samples"
]
...
...
Write
Preview
Supports
Markdown
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