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/ParseGSEAEnrichmentException.java
Copy file name to clipboardExpand all lines: EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/parsers/ParseGSEAEnrichmentResults.java
Copy file name to clipboardExpand all lines: EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/view/creation/EMDialogTaskRunner.java
StringbottomMessage = "<html>Click 'Cancel' to stop the creation of the EnrichmentMap network. You may choose to update "
134
-
+ "your version of GSEA, or manually replace the occurrances of '---' with numeric values. <br>"
135
-
+ "Click 'Continue' to create the network with the current files. All instances of '---' in the enrichment file will be treated as the value 1.</html>";
136
+
+ "your version of GSEA, or manually replace the occurrances of '" + badToken + "' with numeric values. <br>"
137
+
+ "Click 'Continue' to create the network with the current files. All instances of '" + badToken + "' in the "
138
+
+ "enrichment file will be treated as the value 1.</html>";
0 commit comments