From a020d5970da129c4752f3366c7e2a12000cc87b6 Mon Sep 17 00:00:00 2001 From: Li Shen Date: Fri, 4 Nov 2016 13:35:46 -0400 Subject: [PATCH] Change version numbers --- bin/diffReps.pl | 2 +- bin/findHotspots.pl | 2 +- lib/diffReps/DiffRes.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/diffReps.pl b/bin/diffReps.pl index 014d907..9a2bd84 100755 --- a/bin/diffReps.pl +++ b/bin/diffReps.pl @@ -16,7 +16,7 @@ use 5.006; use strict; -our $VERSION = '1.55.4'; +our $VERSION = '1.55.6'; use Getopt::Long; use MyBioinfo::Common; use MyBioinfo::Common qw(mean_r mad); diff --git a/bin/findHotspots.pl b/bin/findHotspots.pl index 931ddab..a11ecb1 100755 --- a/bin/findHotspots.pl +++ b/bin/findHotspots.pl @@ -2,7 +2,7 @@ # Identify chromatin modification hotspots from differential analysis results. use strict; -our $VERSION = '1.11'; +our $VERSION = '1.11.2'; use Getopt::Long; use diffReps::DiffRes; diff --git a/lib/diffReps/DiffRes.pm b/lib/diffReps/DiffRes.pm index 0181be0..1362ebd 100644 --- a/lib/diffReps/DiffRes.pm +++ b/lib/diffReps/DiffRes.pm @@ -1,5 +1,5 @@ use 5.006; -our $VERSION = '1.11'; +our $VERSION = '1.11.2'; # Package to analyze the ChIP-seq differential analysis results. # Contains functions to manipulate and score a cluster of diff sites.