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
genotoul-bioinfo
jflow
Commits
1379f510
Commit
1379f510
authored
Oct 22, 2015
by
Ibouniyamine Nabihoudine
Browse files
No commit message
No commit message
parent
18cb7dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflows_manager.py
View file @
1379f510
...
...
@@ -81,10 +81,10 @@ class WorkflowsManager(object):
for
ifunction
in
inspect
.
getmembers
(
obj
,
predicate
=
inspect
.
isfunction
):
if
ifunction
[
0
]
==
function
:
# try to build the workflow
#
try:
wf_instances
.
append
(
obj
(
function
=
function
))
wf_methodes
.
append
(
function
)
#
except: pass
try
:
wf_instances
.
append
(
obj
(
function
=
function
))
wf_methodes
.
append
(
function
)
except
:
pass
return
[
wf_instances
,
wf_methodes
]
def
rerun_workflow
(
self
,
workflow_id
):
...
...
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