Skip to content

Commit 5d286f2

Browse files
committed
More work on planemo workflow SDK talk.
1 parent 01393ab commit 5d286f2

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

144 KB
Loading

docs/presentations/2016_workflows.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151

5252
---
5353

54+
class: center
55+
5456
### GUI Enhancements - Workflow Editor Form
5557

5658
![Workflow Editor](images/gx_new_workflow_editor.png)
@@ -62,6 +64,8 @@
6264

6365
---
6466

67+
class: center
68+
6569
### GUI Enhancements - Workflow Run Form
6670

6771
![Workflow Run Form](images/gx_new_run_workflow.png)
@@ -73,6 +77,8 @@
7377

7478
---
7579

80+
class: center
81+
7682
### GUI Enhancements - Labels
7783

7884
![Workflow Output Labels](images/gx_workflow_output_labels.png)
@@ -89,11 +95,13 @@
8995

9096
---
9197

98+
class: center, white
99+
92100
### GUI Enhancements - Nested Workflows
93101

94-
TODO: UPDATE IMAGE
102+
![Nested Workflows](images/gx_subworkflow_example_brad_langhorst_neb.png)
95103

96-
![Nested Workflows](images/gx_new_workflow_run.png)
104+
Image and workflow thanks to *Brad Langhorst* at New England BioLabs.
97105

98106
???
99107

docs/presentations/2016_workflows.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ user perspective in some ways though.
3737

3838
---
3939

40+
class: center
41+
4042
### GUI Enhancements - Workflow Editor Form
4143

4244
![Workflow Editor](images/gx_new_workflow_editor.png)
@@ -48,6 +50,8 @@ new tool form presented last year.
4850

4951
---
5052

53+
class: center
54+
5155
### GUI Enhancements - Workflow Run Form
5256

5357
![Workflow Run Form](images/gx_new_run_workflow.png)
@@ -59,6 +63,8 @@ should allow more dynamic option control when running workflows.
5963

6064
---
6165

66+
class: center
67+
6268
### GUI Enhancements - Labels
6369

6470
![Workflow Output Labels](images/gx_workflow_output_labels.png)
@@ -75,11 +81,13 @@ think the implications may be counter-intuitive at times.
7581

7682
---
7783

84+
class: center, white
85+
7886
### GUI Enhancements - Nested Workflows
7987

80-
TODO: UPDATE IMAGE
88+
![Nested Workflows](images/gx_subworkflow_example_brad_langhorst_neb.png)
8189

82-
![Nested Workflows](images/gx_new_workflow_run.png)
90+
Image and workflow thanks to *Brad Langhorst* at New England BioLabs.
8391

8492
???
8593

docs/presentations/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ a, a > code {
9191
color: #ffffff;
9292
}
9393

94+
.white {
95+
background: #fff;
96+
background-repeat: no-repeat;
97+
color: #000;
98+
}
99+
94100
.inverse strong {
95101
color: #ff8800;
96102
}

0 commit comments

Comments
 (0)