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
genotoul-bioinfo
jflow
Commits
a0a0d631
Commit
a0a0d631
authored
Oct 07, 2014
by
Jerome Mariette
Browse files
fixe a bug gathering edges
parent
892f330b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
a0a0d631
...
...
@@ -283,7 +283,7 @@ class Workflow(threading.Thread):
self
.
__setattr__
(
param
.
name
,
final_vals
)
def
get_execution_graph
(
self
):
graph
=
Graph
()
graph
=
Graph
(
graph_dict
=
{}
)
for
cpt
in
self
.
components
:
graph
.
add_vertex
(
cpt
.
get_nameid
())
for
ioparameter
in
cpt
.
__dict__
.
values
():
...
...
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