Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
9c3f06a7
Commit
9c3f06a7
authored
Jun 02, 2020
by
Matthieu Muffato
Committed by
ens-bwalts
Jun 30, 2020
Browse files
bugfix: autoflow is a property of the job, not the runnable
parent
51a8f0e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python3/eHive/Process.py
wrappers/python3/eHive/Process.py
+1
-1
No files found.
wrappers/python3/eHive/Process.py
View file @
9c3f06a7
...
...
@@ -198,7 +198,7 @@ class BaseRunnable(object):
def
dataflow
(
self
,
output_ids
,
branch_name_or_code
=
1
):
"""Dataflows the output_id(s) on a given branch (default 1). Returns whatever the Perl side returns"""
if
branch_name_or_code
==
1
:
self
.
autoflow
=
False
self
.
input_job
.
autoflow
=
False
self
.
__send_message
(
'DATAFLOW'
,
{
'output_ids'
:
output_ids
,
'branch_name_or_code'
:
branch_name_or_code
,
'params'
:
{
'substituted'
:
self
.
__params
.
param_hash
,
'unsubstituted'
:
self
.
__params
.
unsubstituted_param_hash
}})
return
self
.
__read_message
()[
'response'
]
...
...
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