Author: clopes
Date: 2012-02-28 09:07:42 -0800 (Tue, 28 Feb 2012)
New Revision: 28384
Modified:
csplugins/trunk/toronto/clopes/mcode/src/main/java/org/cytoscape/mcode/internal/view/MCODEResultsPanel.java
Log:
Fixed creating "MCODE_Cluster" as a list column.
Modified:
csplugins/trunk/toronto/clopes/mcode/src/main/java/org/cytoscape/mcode/internal/view/MCODEResultsPanel.java
===================================================================
---
csplugins/trunk/toronto/clopes/mcode/src/main/java/org/cytoscape/mcode/internal/view/MCODEResultsPanel.java
2012-02-28 16:22:57 UTC (rev 28383)
+++
csplugins/trunk/toronto/clopes/mcode/src/main/java/org/cytoscape/mcode/internal/view/MCODEResultsPanel.java
2012-02-28 17:07:42 UTC (rev 28384)
@@ -425,7 +425,7 @@
CyTable netNodeTbl = network.getDefaultNodeTable();
if (netNodeTbl.getColumn("MCODE_Cluster") == null)
- netNodeTbl.createColumn("MCODE_Cluster",
String.class, false);
+ netNodeTbl.createListColumn("MCODE_Cluster",
String.class, false);
if (netNodeTbl.getColumn("MCODE_Node_Status") == null)
netNodeTbl.createColumn("MCODE_Node_Status",
String.class, false);
if (netNodeTbl.getColumn("MCODE_Score") == null)
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.