Skip to content

Commit 1ea41fd

Browse files
committed
Wrong gene set size used for dataset 2. Refs #184.
1 parent 1591ca2 commit 1ea41fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/parsers/ParseGenericEnrichmentResults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void parseGenericFile(String [] lines){
101101

102102
//Get the current genesets so we can check that all the results are in the geneset list
103103
//and put the size of the genesets into the visual style
104-
HashMap<String,GeneSet> genesets = dataset.getSetofgenesets().getGenesets();
104+
HashMap<String,GeneSet> genesets = dataset.getMap().getAllGenesets();
105105

106106
int currentProgress = 0;
107107
int maxValue = lines.length;

0 commit comments

Comments
 (0)