Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
jflow
Commits
3aa7a42c
Commit
3aa7a42c
authored
Feb 27, 2015
by
Jerome Mariette
Browse files
workflow doc ok
parent
eec83724
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/jflow-core-workflow.html
View file @
3aa7a42c
...
...
@@ -154,7 +154,7 @@ class MyWorkflow (Workflow):
<section
id=
"define_parameters"
class=
"group"
>
<h1
class=
"page-header"
>
Define parameters
</h1>
<p>
The
<code>
define_parameters()
</code>
method is used to add workflow parameters
, inputs
and
out
puts. To do so, several methods are available.
The
<code>
define_parameters()
</code>
method is used to add workflow parameters and
in
puts. To do so, several methods are available.
Once defined, the new parameters are available as object attibuts, thus they are accessible through
<code>
self.parameter_name
</code>
.
</p>
<p>
...
...
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