#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 pluginName=structureViz # Description used to give users information about the plugin such as what it does. # Html tags are encouraged for formatting purposes. pluginDescription=This plugin provides an interface to UCSF Chimera from within Cytoscape, providing a linkage between the network view and the structural view. # Plugin version number, this must be two numbers separated by a decimlal. Ex. 0.2, 14.03 pluginVersion=1.4 # Compatible Cytoscape version cytoscapeVersion=2.6.1,2.6.2 # Category, use one of the categories listed on the website or create your own pluginCategory=Analysis # -- 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.rbvi.ucsf.edu/Research/cytoscape/structureViz.html # 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=John "Scooter" Morris:UCSF # Date this plugin/plugin version was released releaseDate=November 7, 2008