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
9ba0b6d3
Commit
9ba0b6d3
authored
Dec 03, 2014
by
Ibouniyamine Nabihoudine
Browse files
metadata is not a parameter
parent
e8531738
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
9ba0b6d3
...
...
@@ -145,7 +145,7 @@ class Workflow(threading.Thread):
self
.
params_order
=
[]
self
.
define_parameters
(
self
.
function
)
# add the metadata parameter
self
.
add_parameter_list
(
"metadata"
,
"Which metadata should be linked to this workflow"
)
self
.
metadata
=
[]
if
self
.
id
is
not
None
:
self
.
directory
=
self
.
manager
.
get_workflow_directory
(
self
.
name
,
self
.
id
)
...
...
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