-
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.
v2.1.2: enhancements and minor fixes to plots
- Loading branch information
1 parent
9c1edf3
commit 279a083
Showing
20 changed files
with
437 additions
and
158 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Sample Id | ||
573857 | ||
573852 | ||
573861 | ||
573859 | ||
573862 | ||
573860 | ||
573855 | ||
573858 | ||
619007 | ||
619006 | ||
573863 | ||
573864 | ||
573865 | ||
573866 | ||
573867 | ||
573868 | ||
573869 | ||
573870 | ||
573871 | ||
573880 | ||
573882 | ||
573877 | ||
573878 | ||
573879 | ||
573886 | ||
573887 | ||
573874 | ||
573875 | ||
573876 | ||
573890 | ||
573891 | ||
573888 | ||
573889 | ||
573895 | ||
573898 | ||
573899 | ||
573900 | ||
573892 | ||
573901 | ||
573893 | ||
573894 | ||
573896 | ||
573897 | ||
573902 |
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.1.1' | ||
__date__ = 'June 7, 2015' | ||
__version__ = '2.1.2' | ||
__date__ = 'June 15, 2015' | ||
__maintainer__ = 'Donovan Parks' | ||
__email__ = '[email protected]' | ||
__status__ = 'Development' | ||
|
@@ -790,7 +790,7 @@ def loadProfile(self): | |
self.ui.cboProfileLevel.setCurrentIndex(0) | ||
|
||
# setup group legend | ||
if self.metadata != None: | ||
if self.metadata != None and len(self.metadata.getFeatures()) != 0: | ||
self.groupLegendDlg.initLegend(self.profileTree, self.metadata, self.metadata.getFeatures()[0]) | ||
self.preferences['Group colours'] = self.groupLegendDlg.groupColourDict | ||
|
||
|
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
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.