Skip to content

Commit

Permalink
bumped version, fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
byb121 committed Oct 11, 2019
1 parent f848d51 commit cda6afd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 2.4.1

* added a patched topaht-fusion-post script, in which the contig name bug #37 is fixed

## 2.4.0

* Revised Dockerfile so that the builder stage is properly used and the image size is reduced. Resolved #28.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ FROM ubuntu:16.04

LABEL maintainer="cgphelp@sanger.ac.uk" \
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
version="2.4.0" \
version="2.4.1" \
description="cgpRna docker"

# Version of tools that are installed in both stages, make sure they are consistent.
Expand Down
2 changes: 1 addition & 1 deletion cwls/tools/merge_and_mark_dups.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgprna:2.4.0"
dockerPull: "quay.io/wtsicgp/cgprna:2.4.1"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion cwls/tools/run-cgprna_bigwig.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgprna:2.4.0"
dockerPull: "quay.io/wtsicgp/cgprna:2.4.1"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion cwls/tools/run-cgprna_htseq-count.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgprna:2.4.0"
dockerPull: "quay.io/wtsicgp/cgprna:2.4.1"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion cwls/tools/run-cgprna_star-map.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgprna:2.4.0"
dockerPull: "quay.io/wtsicgp/cgprna:2.4.1"
- class: InlineJavascriptRequirement

hints:
Expand Down
2 changes: 1 addition & 1 deletion cwls/tools/run-cgprna_stats.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgprna:2.4.0"
dockerPull: "quay.io/wtsicgp/cgprna:2.4.1"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/CgpRna.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '2.4.0';
our $VERSION = '2.4.1';
our @EXPORT = qw($VERSION);

1;

0 comments on commit cda6afd

Please sign in to comment.