-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
sample.cwl
22 lines (22 loc) · 808 Bytes
/
sample.cwl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cwlVersion: v1.0
class: Workflow
$namespaces:
dep: http://commonwl.org/cwldep#
hints:
dep:Dependencies:
dependencies:
- upstream: https://raw.githubusercontent.com/common-workflow-language/workflows/master/tools/samtools-faidx.cwl
- upstream: https://github.com/common-workflow-language/workflows
version: draft2
installTo: blub
# - upstream: https://github.com/common-workflow-language/workflows
# version: master
# - upstream: https://github.com/common-workflow-language/workflows/archive/draft2.zip
# - upstream: https://github.com/common-workflow-language/workflows/archive/draft2.tar.gz
inputs: []
outputs: []
steps:
step1:
in: []
out: []
run: raw.githubusercontent.com/common-workflow-language/workflows/master/tools/samtools-faidx.cwl