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 11#!/usr/bin/env cwl-runner
2-
3- class: CommandLineTool
4- id : Example tool
5- label : Example tool
62cwlVersion: v1.0
7- doc : |
8- An example tool demonstrating metadata.
3+ class: CommandLineTool
94
10- requirements :
11- - class: ShellCommandRequirement
5+ label : An example tool demonstrating metadata.
126
137inputs :
14- bam_input :
8+ aligned_sequences :
159 type : File
16- doc : The BAM file used as input
10+ label : Aligned sequences in BAM format
1711 format : edam:format_2572
1812 inputBinding :
1913 position : 1
2014
15+ baseCommand : [ wc, -l ]
16+
2117stdout : output.txt
2218
2319outputs :
2420 report:
25- type : File
21+ type : stdout
2622 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
3024
31- baseCommand : ["wc" , "-l" ]
3225
3326$namespaces:
3427 edam: http://edamontology.org/
You can’t perform that action at this time.
0 commit comments