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
24171223
Commit
24171223
authored
Oct 04, 2018
by
Ryan Herbert
Browse files
sample_set.py remove unused function
parent
b84b5b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/sample_set.py
View file @
24171223
...
...
@@ -676,14 +676,6 @@ def getStatHeaders():
(
'clones_five_percent'
,
'parser'
,
m
)
]
def
getResultsFileStats
(
file_name
,
dest
):
file_path
=
"%s%s"
%
(
defs
.
DIR_RESULTS
,
file_name
)
with
open
(
file_path
,
'rb'
)
as
f
:
objects
=
ijson
.
items
(
f
,
'samples.results_file_id'
)
dest
[
'results_file_ids'
]
=
json
.
loads
(
mjson
)[
'results_file_id'
]
return
dest
def
getFusedStats
(
file_name
,
res
,
dest
):
file_path
=
"%s%s"
%
(
defs
.
DIR_RESULTS
,
file_name
)
parser
=
VidjilParser
()
...
...
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