Author: ghannum
Date: 2010-09-03 12:58:40 -0700 (Fri, 03 Sep 2010)
New Revision: 21689
Modified:
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/NestedNetworkCreator.java
Log:
Modified:
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/NestedNetworkCreator.java
===================================================================
---
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/NestedNetworkCreator.java
2010-09-03 19:48:21 UTC (rev 21688)
+++
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/NestedNetworkCreator.java
2010-09-03 19:58:40 UTC (rev 21689)
@@ -249,9 +249,9 @@
if (module.size()<=2)
{
Iterator<String> genes =
module.getMemberValues().iterator();
- String newName = "("+genes.next();
+ String newName = "["+genes.next();
while (genes.hasNext()) newName+=", "+genes.next();
- return newName+")";
+ return newName+"]";
}
//Annotate large complexes
--
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.