File tree Expand file tree Collapse file tree 2 files changed +18
-32
lines changed Expand file tree Collapse file tree 2 files changed +18
-32
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. Note that this is an example and the metadata is not necessarily consistent.
3
+ class: CommandLineTool
4
+
5
+ label : An example tool demonstrating metadata. Note that this is an example and the metadata is not necessarily consistent.
9
6
10
- requirements :
11
- - class: ShellCommandRequirement
12
7
13
8
inputs :
14
- bam_input :
9
+ aligned_sequences :
15
10
type : File
16
- doc : The BAM file used as input
11
+ label : Aligned sequences in BAM format
17
12
format : edam:format_2572
18
13
inputBinding :
19
14
position : 1
20
15
16
+ baseCommand : [ wc, -l ]
17
+
21
18
stdout : output.txt
22
19
23
20
outputs :
24
21
report:
25
- type : File
22
+ type : stdout
26
23
format : edam:format_1964
27
- outputBinding :
28
- glob : "*. txt"
29
- doc : A text file that contains a line count
30
-
31
- baseCommand : ["wc" , "-l" ]
24
+ label : A text file that contains a line count
32
25
33
26
$namespaces:
34
27
s: https://schema.org/
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. Note that this is an example and the metadata is not necessarily consistent.
3
+ class: CommandLineTool
4
+
5
+ label : An example tool demonstrating metadata. Note that this is an example and the metadata is not necessarily consistent.
9
6
10
- requirements :
11
- - class: ShellCommandRequirement
12
7
13
8
hints :
14
9
- class: ResourceRequirement
15
10
coresMin : 4
16
11
17
12
inputs :
18
- bam_input :
13
+ aligned_sequences :
19
14
type : File
20
- doc : The BAM file used as input
15
+ label : Aligned sequences in BAM format
21
16
format : edam:format_2572
22
17
inputBinding :
23
18
position : 1
24
19
20
+ baseCommand : [ wc, -l ]
21
+
25
22
stdout : output.txt
26
23
27
24
outputs :
28
25
report:
29
- type : File
26
+ type : stdout
30
27
format : edam:format_1964
31
- outputBinding :
32
- glob : "*. txt"
33
- doc : A text file that contains a line count
34
-
35
- baseCommand : ["wc" , "-l" ]
28
+ label : A text file that contains a line count
36
29
37
30
$namespaces:
38
31
- s: https://schema.org/
You can’t perform that action at this time.
0 commit comments