Skip to content

Commit 6c76c1f

Browse files
committed
Adding Significance Module
1 parent 3ea05b5 commit 6c76c1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
8.39 MB
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Usage
1010

1111
Stable: v0.6.0
1212

13-
Beta: up to v1.5.1
13+
Beta: up to v1.6.0
1414
1515
Author: Beifang Niu, John Wallis, Adam D Scott, Sohini Sengupta, & Amila Weerasinghe
1616

bin/hotspot3d

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#----------------------------------
33
# $Authors: Beifang Niu & Adam D Scott
44
# $Date: 2013-08-08 13:22:08 -0500 (Thu Aug 8 13:22:08 CDT 2013) $
5-
# $Revision: 1.4.1 $
5+
# $Revision: 1.6.0 $
66
# $URL: $
77
#----------------------------------
88
use strict;
99
use warnings;
1010

11-
our $VERSION = 'V1.5.1';
11+
our $VERSION = 'V1.6.0';
1212

1313
use Carp;
1414
use FileHandle;

dist.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = HotSpot3D
22
author = Beifang Niu, John Wallis, Adam D Scott, Sohini Sengupta, Amila Weerasinghe, & Matthew H Bailey from McDonnell Genome Institute of Washington University at St. Louis
3-
version = 1.5.1
3+
version = 1.6.0
44
license = Perl_5
55
copyright_holder = McDonnell Genome Institute at Washington University
66
copyright_year = 2017

0 commit comments

Comments
 (0)