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
34b06302
Commit
34b06302
authored
Feb 26, 2016
by
Jerome Mariette
Browse files
correct some documentation sentences
parent
de4fa6d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/jflow_advanced_configuration.html
View file @
34b06302
...
@@ -195,9 +195,9 @@
...
@@ -195,9 +195,9 @@
<td>
-
</td>
<td>
-
</td>
<td>
The subject of the mail. This value will be used for all workflow. It can be overloaded within the
<td>
The subject of the mail. This value will be used for all workflow. It can be overloaded within the
workflow implementation using
<code>
self.set_subject("subject")
</code>
.
<br
/>
workflow implementation using
<code>
self.set_subject("subject")
</code>
.
<br
/>
Placeholders can be used to access
at the
workflow attributes or unparametred methods:
Placeholders can be used to access workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
date function with
the following
syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</td>
</tr>
</tr>
...
@@ -206,9 +206,9 @@
...
@@ -206,9 +206,9 @@
<td>
-
</td>
<td>
-
</td>
<td>
The mail content. This value will be used for all workflow. It can be overloaded within the
<td>
The mail content. This value will be used for all workflow. It can be overloaded within the
workflow implementation using
<code>
self.set_message("message")
</code>
.
<br
/>
workflow implementation using
<code>
self.set_message("message")
</code>
.
<br
/>
Placeholders can be used to access
at the
workflow attributes or unparametred methods:
Placeholders can be used to access workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
date function with
the following
syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
docs/jflow_core_workflow.html
View file @
34b06302
...
@@ -852,9 +852,9 @@ bwamem = self.add_component("BWAmem", [bwaindex.databank, self.reads])</code></p
...
@@ -852,9 +852,9 @@ bwamem = self.add_component("BWAmem", [bwaindex.databank, self.reads])</code></p
<td>
true
</td>
<td>
true
</td>
<td>
None
</td>
<td>
None
</td>
<td>
The email subject to use for the email sent to the user once the workflow is completed.
<br
/>
<td>
The email subject to use for the email sent to the user once the workflow is completed.
<br
/>
Placeholders can be used to access
at the
workflow attributes or unparametred methods:
Placeholders can be used to access workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
date function with
the following
syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -884,9 +884,9 @@ bwamem = self.add_component("BWAmem", [bwaindex.databank, self.reads])</code></p
...
@@ -884,9 +884,9 @@ bwamem = self.add_component("BWAmem", [bwaindex.databank, self.reads])</code></p
<td>
true
</td>
<td>
true
</td>
<td>
None
</td>
<td>
None
</td>
<td>
The email message to use for the email sent to the user once the workflow is completed.
<br
/>
<td>
The email message to use for the email sent to the user once the workflow is completed.
<br
/>
Placeholders can be used to access
at the
workflow attributes or unparametred methods:
Placeholders can be used to access workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
date function with
the following
syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
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