Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 17c60be

Browse files
committed
incrementing version to 1.25-4, including cwl version in cwl file
1 parent e24e044 commit 17c60be

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Dockstore.cwl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
class: CommandLineTool
44
id: "BAMStats"
55
label: "BAMStats tool"
6+
cwlVersion: cwl:draft-3
67
description: |
78
A Docker container for the BAMStats command. See the [BAMStats](http://bamstats.sourceforge.net/) website for more information.
89
```
910
Usage:
1011
# 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
1213
# make a runtime JSON template and edit it (or use the content of sample_configs.json in this git repo)
1314
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
1415
# 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 \
1617
--json Dockstore.json
1718
```
1819

@@ -23,8 +24,7 @@ dct:creator:
2324
2425
requirements:
2526
- 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"
2828
2929
hints:
3030
- class: ResourceRequirement
@@ -44,12 +44,14 @@ inputs:
4444
- id: "#bam_input"
4545
type: File
4646
description: "The BAM file used as input, it must be sorted."
47+
format: "http://edamontology.org/format_2572"
4748
inputBinding:
4849
position: 2
4950
5051
outputs:
5152
- id: "#bamstats_report"
5253
type: File
54+
format: "http://edamontology.org/format_3615"
5355
outputBinding:
5456
glob: bamstats_report.zip
5557
description: "A zip file that contains the HTML report and various graphics."

0 commit comments

Comments
 (0)