File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env cwl-runner
2
-
3
- class: CommandLineTool
4
- id : Example tool
5
- label : Example tool
6
2
cwlVersion: v1.0
7
- doc : |
8
- An example tool demonstrating metadata.
3
+ class: CommandLineTool
9
4
10
- requirements :
11
- - class: ShellCommandRequirement
5
+ label : An example tool demonstrating metadata.
12
6
13
7
inputs :
14
- bam_input :
8
+ aligned_sequences :
15
9
type : File
16
- doc : The BAM file used as input
10
+ label : Aligned sequences in BAM format
17
11
format : edam:format_2572
18
12
inputBinding :
19
13
position : 1
20
14
15
+ baseCommand : [ wc, -l ]
16
+
21
17
stdout : output.txt
22
18
23
19
outputs :
24
20
report:
25
- type : File
21
+ type : stdout
26
22
format : edam:format_1964
27
- outputBinding :
28
- glob : "*. txt"
29
- doc : A text file that contains a line count
23
+ label : A text file that contains a line count
30
24
31
- baseCommand : ["wc" , "-l" ]
32
25
33
26
$namespaces:
34
27
edam: http://edamontology.org/
You can’t perform that action at this time.
0 commit comments