You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/parsers/ParseGenericEnrichmentResults.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,7 @@ public void parseGenericFile(String [] lines){
149
149
150
150
//The first column of the file is the name of the geneset
151
151
Stringname = tokens[0].toUpperCase().trim();
152
+
Stringdescription = tokens[1].toUpperCase();
152
153
153
154
//the current gene-set
154
155
GeneSetcurrent_set;
@@ -158,10 +159,8 @@ public void parseGenericFile(String [] lines){
0 commit comments