Skip to content

Commit 587854c

Browse files
committed
Adding the density-based structure-independent average distance, and structure-aware clustering
1 parent 9ce9786 commit 587854c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
8.34 MB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Usage
77
-----
88

99
Program: HotSpot3D - 3D mutation proximity analysis program.
10-
Version: V1.0.4
10+
Version: V1.1.1
1111
Author: Beifang Niu, John Wallis, Adam D Scott, Sohini Sengupta, & Amila Weerasinghe
1212

1313
Usage: hotspot3d <command> [options]

bin/hotspot3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use strict;
99
use warnings;
1010

11-
our $VERSION = 'V1.0.4';
11+
our $VERSION = 'V1.1.1';
1212

1313
use Carp;
1414
use FileHandle;

dist.ini

Lines changed: 1 addition & 1 deletion
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 from McDonnell Genome Institute of Washington University at St. Louis
3-
version = 1.0.4
3+
version = 1.1.1
44
license = Perl_5
55
copyright_holder = McDonnell Genome Institute at Washington University
66
copyright_year = 2013

0 commit comments

Comments
 (0)