Author: ghannum
Date: 2010-09-03 10:49:00 -0700 (Fri, 03 Sep 2010)
New Revision: 21685

Modified:
   
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/SearchTask.java
Log:


Modified: 
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/SearchTask.java
===================================================================
--- 
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/SearchTask.java
 2010-09-03 17:23:29 UTC (rev 21684)
+++ 
csplugins/trunk/ucsd/ruschein/PanGIA/src/org/idekerlab/PanGIAPlugin/SearchTask.java
 2010-09-03 17:49:00 UTC (rev 21685)
@@ -218,11 +218,11 @@
         
         if (goodNodes.size()==0)
         {
-                JOptionPane.showMessageDialog(null, "PanGIA was not able to 
identify any modules. Either all of the nodes were grouped into a single 
module, or no edge passed the filter. Please verify that:\n1. Edge scores are 
appropriate.\n2. Edge filtering is not set too high, and that there are 
sufficient samples.\n3. Search parameters do not over-reward large modules.");
+                JOptionPane.showMessageDialog(null, "PanGIA was not able to 
identify any modules. Either all of the nodes were grouped into a single 
module, or no edge passed the filter. Please verify that:\n1. Edge scores are 
appropriate.\n2. Edge reporting is not set too low.\n3. Module size is not too 
high.");
                 this.halt();
         }else if (!groupedOnce)
         {
-                JOptionPane.showMessageDialog(null, "PanGIA was not able to 
merge nodes into modules. Please verify that:\n1. Edge scores are 
appropriate.\n2. Search parameters do not under-reward large modules.");
+                JOptionPane.showMessageDialog(null, "PanGIA was not able to 
merge nodes into modules. Please verify that:\n1. Edge scores are 
appropriate.\n2. Module size is not too low.");
                 this.halt();
         }
         else if (goodNodes.size()>=500)

-- 
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.

Reply via email to