Skip to content

Commit

Permalink
Docs and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 1, 2018
1 parent 74ab0af commit a64eb16
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MAINTAINER [email protected]

LABEL vendor="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute"
LABEL uk.ac.sanger.cgp.description="PCAP-core for dockstore.org"
LABEL uk.ac.sanger.cgp.version="3.0.0-rc8"
LABEL uk.ac.sanger.cgp.version="3.0.0"

RUN apt-get -yq update
RUN apt-get install -yq --no-install-recommends\
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@ packaged specifically for use with the [Dockstore.org](https://dockstore.org/) f
| --------------------------------------------- | ----------------------------------------------- |
| [![Master Badge][travis-master]][travis-base] | [![Develop Badge][travis-develop]][travis-base] |

## Supports input in following formats:
<!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- [Supported input formats:](#supported-input-formats)
- [Options for customisation:](#options-for-customisation)
- [Usable Cores](#usable-cores)
- [Other uses](#other-uses)
- [Native docker](#native-docker)
- [Singularity](#singularity)
- [Test data](#test-data)
- [Release process](#release-process)
- [LICENCE](#licence)

<!-- /TOC -->

## Supported input formats:

* Multiple BAM
* Multiple CRAM
Expand Down
2 changes: 1 addition & 1 deletion cwls/mixins/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class: DockerRequirement
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap:3.0.0-rc8"
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap:3.0.0"

0 comments on commit a64eb16

Please sign in to comment.