Author: lmorrison Date: 2008-09-24 07:38:23 -0700 (Wed, 24 Sep 2008) New Revision: 14951
Added: csplugins/trunk/mskcc/summerstudents/ExpressionCorrelation/resources/ csplugins/trunk/mskcc/summerstudents/ExpressionCorrelation/resources/plugin.props Log: Added plugin.props file for automatic installation by plugin manager. Added: csplugins/trunk/mskcc/summerstudents/ExpressionCorrelation/resources/plugin.props =================================================================== --- csplugins/trunk/mskcc/summerstudents/ExpressionCorrelation/resources/plugin.props 2008-09-24 12:56:30 UTC (rev 14950) +++ csplugins/trunk/mskcc/summerstudents/ExpressionCorrelation/resources/plugin.props 2008-09-24 14:38:23 UTC (rev 14951) @@ -0,0 +1,34 @@ +#plugin.props + +# This props file should be filled out and included in the plugin jar file. This props file will be used +# to put information into the Plugin Manager about the plugin + +# -- The following properties are REQUIRED -- # + +# The plugin name that will be displayed to users, white space within name is not allowed +pluginName=ExpressionCorrelation + +# Description used to give users information about the plugin such as what it does. +# Html tags are encouraged for formatting purposes. +pluginDescription=ExpressionCorrelation plugin computes a similarity network from<br> either the genes or conditions in an expression matrix. + +# Plugin version number, this must be two numbers separated by a decimlal. Ex. 0.2, 14.03 +pluginVersion=1.0 + +# Compatible Cytoscape version. If there are more than one version, seperate by ",". +cytoscapeVersion=2.5,2.6 + +# Category, use one of the categories listed on the http://cytoscape.org/plugins2.php site +pluginCategory=Network Inference + +# -- The following properties are OPTIONAL -- # + +# URL to a website that gives more information about your plugin, Ex. http://my-lab-site.org +projectURL=http://www.baderlab.org/Software/ExpressionCorrelation + +# List of authors. Note each author and institution pair are separated by a : (colon) +# each additional author institution pair must be separated from other pairs bye a ; (semicolon) +pluginAuthorsIntsitutions=Elena Potylitsine, Weston Whitaker and Gary Bader:MSKCC; Shirley Hui and Laetitia Morrison:University of Toronto + +# If this plugin is never meant to be downloaded except as part of a plugin (not common) add this property. Default is "no" +themeOnly=no \ No newline at end of file --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
