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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,9 @@ public void parseGenericFile(String [] lines){
135
135
line = lines[i];
136
136
137
137
tokens = line.split("\t");
138
+
139
+
//update the length each time because some line might have missing values
140
+
length = tokens.length;
138
141
139
142
doublepvalue = 1.0;
140
143
doubleFDRqvalue = 1.0;
@@ -159,15 +162,15 @@ public void parseGenericFile(String [] lines){
0 commit comments