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
c7e4923d
Commit
c7e4923d
authored
Sep 17, 2015
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
5dc71e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
c7e4923d
...
...
@@ -142,7 +142,8 @@ class Workflow(threading.Thread):
# define the parameters
self
.
params_order
=
[]
self
.
define_parameters
(
self
.
function
)
if
self
.
function
!=
None
:
self
.
define_parameters
(
self
.
function
)
# add the metadata parameter
self
.
metadata
=
[]
...
...
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