Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
1c573a73
Commit
1c573a73
authored
Sep 14, 2018
by
Ryan Herbert
Browse files
task.py fix reference to compute_extra
parent
5fc40d0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/task.py
View file @
1c573a73
...
...
@@ -329,7 +329,7 @@ def run_vidjil(id_file, id_config, id_data, grep_reads,
for
row
in
db
(
db
.
sample_set_membership
.
sequence_file_id
==
id_file
).
select
()
:
sample_set_id
=
row
.
sample_set_id
print
(
row
.
sample_set_id
)
compute_
num_clones
(
id_file
,
id_config
,
id_data
,
5
)
compute_
extra
(
id_file
,
id_config
,
5
)
run_fuse
(
id_file
,
id_config
,
id_data
,
sample_set_id
,
clean_before
=
False
)
return
"SUCCESS"
...
...
Write
Preview
Markdown
is supported
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