Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit 838cbee

Browse files
author
Peter Amstutz
committed
Add README, make cwl files directly executable.
1 parent 6cd8ee6 commit 838cbee

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

workflows/FestivalDemo/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demo from Festival of Genomics California, 3 Nov 2015

workflows/FestivalDemo/filtercount.cwl.yaml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
requirements:
34
- class: ScatterFeatureRequirement

workflows/FestivalDemo/grep.cwl.yaml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: CommandLineTool
23
inputs:
34
- id: "#pattern"

workflows/FestivalDemo/wc.cwl.yaml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: CommandLineTool
23
inputs:
34
- id: "#infile"

0 commit comments

Comments
 (0)