Author: pwang
Date: 2012-05-11 16:23:21 -0700 (Fri, 11 May 2012)
New Revision: 29251

Modified:
   new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc
Log:
Update the categories

Modified: new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc
===================================================================
--- new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc    
2012-05-11 23:12:16 UTC (rev 29250)
+++ new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc    
2012-05-11 23:23:21 UTC (rev 29251)
@@ -96,13 +96,17 @@
 
        }
        else {
-               if (!((strnatcasecmp($pluginProps['pluginCategory'], 'Core') == 
0) ||
-                   (strnatcasecmp($pluginProps['pluginCategory'], 'Analysis') 
== 0) ||
-                   (strnatcasecmp($pluginProps['pluginCategory'], 'Network and 
Attribute I/O') == 0) ||
-                   (strnatcasecmp($pluginProps['pluginCategory'], 'Network 
Inference') == 0) ||
-                   (strnatcasecmp($pluginProps['pluginCategory'], 'Functional 
Enrichment') == 0) ||
-                   (strnatcasecmp($pluginProps['pluginCategory'], 
'Communication/Scripting') == 0) ||
-                   (strnatcasecmp($pluginProps['pluginCategory'], 'Other') == 
0)))
+               if (!((strnatcasecmp($pluginProps['pluginCategory'], 'Network 
generation') == 0) ||
+                   (strnatcasecmp($pluginProps['pluginCategory'], 'Online data 
import') == 0) ||
+                   (strnatcasecmp($pluginProps['pluginCategory'], 'Graph 
analysis') == 0) ||
+                   (strnatcasecmp($pluginProps['pluginCategory'], 
'Clustering') == 0) ||
+                   (strnatcasecmp($pluginProps['pluginCategory'], 'Data 
visualization') == 0) ||
+                   (strnatcasecmp($pluginProps['pluginCategory'], 'Scripting') 
== 0) ||
+                       (strnatcasecmp($pluginProps['pluginCategory'], 
'Integrated analysis') == 0) ||
+                       (strnatcasecmp($pluginProps['pluginCategory'], 
'Interaction database') == 0) ||
+                       (strnatcasecmp($pluginProps['pluginCategory'], 
'Ontology analysis') == 0) ||
+                       (strnatcasecmp($pluginProps['pluginCategory'], 
'Utility') == 0) ||
+                       (strnatcasecmp($pluginProps['pluginCategory'], 'Other') 
== 0)))
                {
                        $retVal = false;
                        ?>

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