Skip to content

Commit 994b588

Browse files
author
Francesco Beghini
committed
Fixed import
1 parent e6927b6 commit 994b588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

export2graphlan.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
from math import log10
99
from StringIO import StringIO
1010
from re import compile
11-
from hclust2.hclust2 import DataMatrix
11+
from hclust2 import DataMatrix
1212

1313

1414
__author__ = 'Francesco Asnicar'
1515
__email__ = 'f.asnicar@unitn.it'
16-
__version__ = '0.2.1'
17-
__date__ = '27 October 2018'
16+
__version__ = '0.2.2'
17+
__date__ = '05 May 2020'
1818

1919

2020
pre_taxa = compile(".__")

0 commit comments

Comments
 (0)