This repository was archived by the owner on Aug 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
class: CommandLineTool
4
4
id : "BAMStats"
5
5
label : "BAMStats tool"
6
+ cwlVersion: cwl:draft-3
6
7
description: |
7
8
A Docker container for the BAMStats command. See the [BAMStats](http://bamstats.sourceforge.net/) website for more information.
8
9
```
9
10
Usage:
10
11
# fetch CWL
11
- $> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 > Dockstore.cwl
12
+ $> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 > Dockstore.cwl
12
13
# make a runtime JSON template and edit it (or use the content of sample_configs.json in this git repo)
13
14
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
14
15
# run it locally with the Dockstore CLI
15
- $> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 \
16
+ $> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 \
16
17
--json Dockstore.json
17
18
```
18
19
@@ -23,8 +24,7 @@ dct:creator:
23
24
24
25
requirements:
25
26
- class: DockerRequirement
26
- dockerPull: "quay. io/briandoconnor/dockstore-tool-bamstats:1. 25-3"
27
- - { import: node-engine. cwl }
27
+ dockerPull: "quay. io/briandoconnor/dockstore-tool-bamstats:1. 25-4"
28
28
29
29
hints:
30
30
- class: ResourceRequirement
@@ -44,12 +44,14 @@ inputs:
44
44
- id: "#bam_input"
45
45
type: File
46
46
description: "The BAM file used as input, it must be sorted. "
47
+ format: "http://edamontology. org/format_2572"
47
48
inputBinding:
48
49
position: 2
49
50
50
51
outputs:
51
52
- id: "#bamstats_report"
52
53
type: File
54
+ format: "http://edamontology. org/format_3615"
53
55
outputBinding:
54
56
glob: bamstats_report. zip
55
57
description: "A zip file that contains the HTML report and various graphics. "
You can’t perform that action at this time.
0 commit comments