-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDockstore.cwl
More file actions
30 lines (25 loc) · 774 Bytes
/
Dockstore.cwl
File metadata and controls
30 lines (25 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cwlVersion: v1.0
class: Workflow
description: "A docker container and tool for running clustalw2. Note that when you use Dockstore to create the input parameter file, not all parameters are required. You may remove from the input parameter file any parameters which are not required, unless you would like to use them. Note that not all combinations of parameters have been tested."
dct:creator:
foaf:name: Gary Yanheng Luu
foaf:mbox: "gary.luu@oicr.on.ca"
inputs:
inp: File
ex: string
outputs:
classout:
type: File
outputSource: compile/classfile
steps:
untar:
run: tar-param.cwl
in:
tarfile: inp
extractfile: ex
out: [example_out]
compile:
run: arguments.cwl
in:
src: untar/example_out
out: [classfile]