Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 30, 2015
1 parent 8377366 commit 0b441e4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.7.0
* Switched to bam_stats C in ``bwa_mem.pl``.
* Updates to ``bam_to_sra.pl`` to prevent bad SM values in unaligned BAM uploads.

### 1.6.0
* Adding local file mode for sites that cannot download from GNOS when the xml_to_bas.pl script runs
* [gnos_pull.pl](https://github.com/ICGC-TCGA-PanCancer/PCAP-core/wiki/Scripts-PanCancer-Specific#gnos_pullpl) - see linked docs
Expand Down
2 changes: 1 addition & 1 deletion MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
}
},
"release_status" : "stable",
"version" : "v1.6.3"
"version" : "v1.7.0"
}
2 changes: 1 addition & 1 deletion MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ requires:
Test::Fatal: '0.013'
Try::Tiny: '0.19'
XML::Simple: '2.2'
version: v1.6.3
version: v1.7.0
2 changes: 1 addition & 1 deletion c/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.6.3
VERSION=1.7.0

#Compiler
CC = gcc -O3 -DVERSION='"$(VERSION)"' -g
Expand Down
Binary file modified docs.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion lib/PCAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '1.6.3';
our $VERSION = '1.7.0';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down Expand Up @@ -63,6 +63,7 @@ const my %UPGRADE_PATH => ( '0.1.0' => 'biobambam,bwa,samtools',
'1.6.1' => '',
'1.6.2' => '',
'1.6.3' => '',
'1.7.0' => '',
);

sub license {
Expand Down

0 comments on commit 0b441e4

Please sign in to comment.