Skip to content

Commit 7560f43

Browse files
author
Toby Hodges
committed
Merge branch 'gh-pages' into metadata_episode
2 parents a4cb048 + 626bdc7 commit 7560f43

19 files changed

+49
-19
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
Please delete the text below before submitting your contribution.
2-
3-
---
4-
5-
Thanks for contributing! If this contribution is for instructor training, please send an email to [email protected] with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.
6-
7-
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck ([email protected]).
8-
9-
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
Please delete the text below before submitting your contribution.
2-
3-
---
4-
5-
Thanks for contributing! If this contribution is for instructor training, please send an email to [email protected] with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.
6-
7-
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck ([email protected]).
8-
9-
---

_includes/cwl/1st-tool.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: echo

_includes/cwl/1st-workflow.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: Workflow
35
inputs:

_includes/cwl/arguments.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
label: Example trivial wrapper for Java 7 compiler

_includes/cwl/array-inputs.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
inputs:

_includes/cwl/array-outputs.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: touch

_includes/cwl/createfile.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
class: CommandLineTool
24
cwlVersion: v1.0
35
baseCommand: ["cat", "example.conf"]

_includes/cwl/docker.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: node

_includes/cwl/env.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: env

0 commit comments

Comments
 (0)