Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipathlon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
chipathlon
Commits
ea97c560
Commit
ea97c560
authored
7 years ago
by
aknecht2
Browse files
Options
Downloads
Patches
Plain Diff
Updated workflow module.
parent
12d2ea5a
No related branches found
Branches containing commit
No related tags found
1 merge request
!26
Resolve "Documentation In-Depth"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/workflow_module.rst
+6
-3
6 additions, 3 deletions
doc/source/workflow_module.rst
with
6 additions
and
3 deletions
doc/source/workflow_module.rst
+
6
−
3
View file @
ea97c560
...
...
@@ -2,11 +2,14 @@ Workflow Module
=================
The structure of workflow modules are defined in yaml files and are loaded
in through the :py:class:`~chipathlon.workflow_module.WorkflowModule`
in through the :py:class:`~chipathlon.workflow_module.WorkflowModule`
class.
The module yaml files can be found in chipathlon/jobs/modules/
Here is the align.yaml module in full. This module servers as a good example
for talking through the features workflow modules have.
Workflow modules are a way of breaking apart workflows into logical subunits.
Modules define the order that jobs should be run in, and can account for
multiple paths in a workflow. Below is the align.yaml module in full. This
module serves as a good example for talking through the features
workflow modules have.
.. code-block:: yaml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment