-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved heatmaps, numpy 1.8.1 fixes
Improved heatmaps to allow only active features to be plotted. Fixed bugs relating to index slicing in numpy 1.8.1.
- Loading branch information
1 parent
e86dc18
commit f03afbb
Showing
11 changed files
with
125 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
('.', ['README.md'])] | ||
setup( | ||
name='STAMP', | ||
version='2.0.6', | ||
version='2.0.7', | ||
author='Donovan Parks, Rob Beiko', | ||
author_email='[email protected]', | ||
packages=['stamp', 'stamp.GUI'] + pluginPkgs + metagenomicPkgs, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
__copyright__ = 'Copyright 2013' | ||
__credits__ = ['Donovan Parks'] | ||
__license__ = 'GPL3' | ||
__version__ = '2.0.6' | ||
__date__ = 'July 7, 2014' | ||
__version__ = '2.0.7' | ||
__date__ = 'July 26, 2014' | ||
__maintainer__ = 'Donovan Parks' | ||
__email__ = '[email protected]' | ||
__status__ = 'Development' | ||
|
@@ -1738,7 +1738,7 @@ def updateStatusBar(self): | |
|
||
def openAboutDlg(self): | ||
QtGui.QMessageBox.about(self, 'About...', | ||
'STAMP: STatistical Analysis of Metagenomic Profiles\n\n' | ||
'STAMP: statistical analysis of taxonomic and functional profiles\n\n' | ||
'%s\n' | ||
'%s\n' | ||
'%s\n\n' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.