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

Commit

Permalink
incrementing version to 1.25-4, including cwl version in cwl file
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoconnor committed Jun 16, 2016
1 parent e24e044 commit 17c60be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
class: CommandLineTool
id: "BAMStats"
label: "BAMStats tool"
cwlVersion: cwl:draft-3
description: |
A Docker container for the BAMStats command. See the [BAMStats](http://bamstats.sourceforge.net/) website for more information.
```
Usage:
# fetch CWL
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 > Dockstore.cwl
$> dockstore tool cwl --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 > Dockstore.cwl
# make a runtime JSON template and edit it (or use the content of sample_configs.json in this git repo)
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
# run it locally with the Dockstore CLI
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3 \
$> dockstore tool launch --entry quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4 \
--json Dockstore.json
```

Expand All @@ -23,8 +24,7 @@ dct:creator:
requirements:
- class: DockerRequirement
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3"
- { import: node-engine.cwl }
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-4"
hints:
- class: ResourceRequirement
Expand All @@ -44,12 +44,14 @@ inputs:
- id: "#bam_input"
type: File
description: "The BAM file used as input, it must be sorted."
format: "http://edamontology.org/format_2572"
inputBinding:
position: 2
outputs:
- id: "#bamstats_report"
type: File
format: "http://edamontology.org/format_3615"
outputBinding:
glob: bamstats_report.zip
description: "A zip file that contains the HTML report and various graphics."
Expand Down

0 comments on commit 17c60be

Please sign in to comment.