#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=RandomNetworks # Description used to give users information about the plugin such as what it does. # Html tags are encouraged for formatting purposes. pluginDescription = The plugin is used to generate random networks, randomize existing networks and compare existing networks to random models. # 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.6 # Category, use one of the categories listed on the http://cytoscape.org/plugins2.php site pluginCategory=Analysis # -- The following properties are OPTIONAL -- # # 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=Patrick J. McSweeney:Syracuse University # Date this plugin/plugin version was released releaseDate=September 19, 2008 # URL to a website that gives more information about your plugin, Ex. http://my-lab-site.org projectURL=http://sites.google.com/site/randomnetworkplugin # 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