Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
4dc2296a
Commit
4dc2296a
authored
Mar 15, 2018
by
Matthieu Muffato
Browse files
Added a note about the new form of complete_early
parent
2e00b2b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docs/creating_runnables/runnable_api.rst
docs/creating_runnables/runnable_api.rst
+3
-0
No files found.
docs/creating_runnables/runnable_api.rst
View file @
4dc2296a
...
...
@@ -34,6 +34,9 @@ the end of ``write_output``), you can call:
- ``$self->complete_early($message)`` to mark the job as *DONE*
(successful run). Beware that this will trigger the *autoflow*.
- ``$self->complete_early($message, $branch_code)`` is a variation of the
above that will replace the autoflow (branch 1) with a dataflow on the
branch given
- ``$self->throw($message)`` to log a failed attempt. The job may be given
additional retries following the analysis' *max_retry_count* parameter,
or is marked as *FAILED* in the database.
...
...
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