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
//@Tunable(description="<html>The combination of the selected gene sets contains more than 1000 genes.<BR> Clustering will take a while.<BR> Would you like to cluster anyways?")
16
+
//@Tunable(description="The combination of the selected gene sets contains more than 1000 genes. Clustering will take a while. Would you like to cluster anyways?")
17
+
//public boolean cluster;
18
+
@Tunable(description="<html>The combination of the selected gene sets contains more than 1000 genes.<BR> Clustering will take a while. Would you like to cluster anyways?")
Copy file name to clipboardExpand all lines: EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/heatmap/task/HeatMapHierarchicalClusterTaskFactory.java
Copy file name to clipboardExpand all lines: EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/task/LoadSignatureGMTFilesTask.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ public String getTitle() {
42
42
}
43
43
44
44
45
+
/**
46
+
* @see cytoscape.task.Task#run()
47
+
*/
45
48
publicvoidload() {
46
49
//now a Cytoscape Task (LoadSignatureGenesetsTask)
0 commit comments