Skip to content

Commit df1ee78

Browse files
committed
Merge tag 'v3.2.1' into dev
Fixing up tags and docs
2 parents ac49f01 + 842c110 commit df1ee78

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGES
22

3-
## NEXT
3+
## 3.2.1
44

55
* Added Dockerfile and docker documentation
66

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FROM ubuntu:16.04
3737

3838
LABEL maintainer="cgphelp@sanger.ac.uk" \
3939
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
40-
version="1.0.0" \
40+
version="v3.2.1" \
4141
description="cgpPindel docker"
4242

4343
RUN apt-get -yq update

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,26 @@ Contents:
2020

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

23-
- [cgpPindel](#cgppindel)
24-
- [Docker, Singularity and Dockstore](#docker-singularity-and-dockstore)
25-
- [Dependencies/Install](#dependenciesinstall)
26-
- [Creating a release](#creating-a-release)
27-
- [Preparation](#preparation)
28-
- [Release process](#release-process)
29-
- [Code changes](#code-changes)
30-
- [Docker image](#docker-image)
31-
- [Cutting the release](#cutting-the-release)
32-
- [LICENCE](#licence)
23+
* [Docker, Singularity and Dockstore](#docker-singularity-and-dockstore)
24+
* [Dependencies/Install](#dependenciesinstall)
25+
* [Creating a release](#creating-a-release)
26+
* [Preparation](#preparation)
27+
* [Release process](#release-process)
28+
* [Code changes](#code-changes)
29+
* [Docker image](#docker-image)
30+
* [Cutting the release](#cutting-the-release)
31+
* [LICENCE](#licence)
3332

3433
<!-- /TOC -->
3534

3635
## Docker, Singularity and Dockstore
3736

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

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

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

151153
<!-- Quay.io -->
152-
[quay-status]: https://quay.io/repository/wtsicgp/cgpPindel/status
153-
[quay-repo]: https://quay.io/repository/wtsicgp/cgpPindel
154-
[quay-builds]: https://quay.io/repository/wtsicgp/cgpPindel?tab=builds
155-
156-
<!-- Dockstore -->
157-
[dockstore-cgpPindel]: https://dockstore.org/containers/quay.io/wtsicgp/cgpPindel
154+
[quay-status]: https://quay.io/repository/wtsicgp/cgppindel/status
155+
[quay-repo]: https://quay.io/repository/wtsicgp/cgppindel
156+
[quay-builds]: https://quay.io/repository/wtsicgp/cgppindel?tab=builds

perl/lib/Sanger/CGP/Pindel.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use strict;
2626
use Const::Fast qw(const);
2727

2828
use base 'Exporter';
29-
our $VERSION = '3.2.0';
29+
our $VERSION = '3.2.1';
3030
our @EXPORT = qw($VERSION);
3131

3232
1;

0 commit comments

Comments
 (0)