Skip to content

Commit

Permalink
Merge tag 'v3.2.1' into dev
Browse files Browse the repository at this point in the history
Fixing up tags and docs
  • Loading branch information
keiranmraine committed Jun 17, 2019
2 parents ac49f01 + 842c110 commit df1ee78
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGES

## NEXT
## 3.2.1

* Added Dockerfile and docker documentation

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM ubuntu:16.04

LABEL maintainer="[email protected]" \
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
version="1.0.0" \
version="v3.2.1" \
description="cgpPindel docker"

RUN apt-get -yq update
Expand Down
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,26 @@ Contents:

<!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- [cgpPindel](#cgppindel)
- [Docker, Singularity and Dockstore](#docker-singularity-and-dockstore)
- [Dependencies/Install](#dependenciesinstall)
- [Creating a release](#creating-a-release)
- [Preparation](#preparation)
- [Release process](#release-process)
- [Code changes](#code-changes)
- [Docker image](#docker-image)
- [Cutting the release](#cutting-the-release)
- [LICENCE](#licence)
* [Docker, Singularity and Dockstore](#docker-singularity-and-dockstore)
* [Dependencies/Install](#dependenciesinstall)
* [Creating a release](#creating-a-release)
* [Preparation](#preparation)
* [Release process](#release-process)
* [Code changes](#code-changes)
* [Docker image](#docker-image)
* [Cutting the release](#cutting-the-release)
* [LICENCE](#licence)

<!-- /TOC -->

## Docker, Singularity and Dockstore

There are pre-built images containing this codebase on quay.io.

* [cgpPindel][cgpPindel-git]: Contained within this repository - contains the cgpPindel package
* [cgpPindel][cgpPindel-git]: Contained within this repository
* Smallest build required to use cgpPindel
* Not linked to Dockstore (yet)
* Updated most frequently
* [dockstore-cgpwxs][ds-cgpwxs-git]: Contains tools specific to WXS analysis.
* [dockstore-cgpwgs][ds-cgpwgs-git]: Contains additional tools for WGS analysis.

Expand Down Expand Up @@ -149,9 +151,6 @@ identical to a statement that reads ‘Copyright (c) 2005, 2006, 2007, 2008,
[travis-develop]: https://travis-ci.org/cancerit/cgpPindel.svg?branch=dev

<!-- Quay.io -->
[quay-status]: https://quay.io/repository/wtsicgp/cgpPindel/status
[quay-repo]: https://quay.io/repository/wtsicgp/cgpPindel
[quay-builds]: https://quay.io/repository/wtsicgp/cgpPindel?tab=builds

<!-- Dockstore -->
[dockstore-cgpPindel]: https://dockstore.org/containers/quay.io/wtsicgp/cgpPindel
[quay-status]: https://quay.io/repository/wtsicgp/cgppindel/status
[quay-repo]: https://quay.io/repository/wtsicgp/cgppindel
[quay-builds]: https://quay.io/repository/wtsicgp/cgppindel?tab=builds
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.2.0';
our $VERSION = '3.2.1';
our @EXPORT = qw($VERSION);

1;

0 comments on commit df1ee78

Please sign in to comment.