Skip to content

Commit

Permalink
Change version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
lishen committed Nov 4, 2016
1 parent 53c8771 commit a020d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/diffReps.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion bin/findHotspots.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion lib/diffReps/DiffRes.pm
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a020d59

Please sign in to comment.