Author: jgao Date: 2008-09-15 15:07:56 -0700 (Mon, 15 Sep 2008) New Revision: 14909
Modified: csplugins/trunk/soc/jgao/NetworkMerge/NetworkMerge.jar csplugins/trunk/soc/jgao/NetworkMerge/plugin.props Log: Plunin.props Modified: csplugins/trunk/soc/jgao/NetworkMerge/NetworkMerge.jar =================================================================== (Binary files differ) Modified: csplugins/trunk/soc/jgao/NetworkMerge/plugin.props =================================================================== --- csplugins/trunk/soc/jgao/NetworkMerge/plugin.props 2008-09-13 20:55:23 UTC (rev 14908) +++ csplugins/trunk/soc/jgao/NetworkMerge/plugin.props 2008-09-15 22:07:56 UTC (rev 14909) @@ -6,11 +6,11 @@ # -- The following properties are REQUIRED -- # # The plugin name that will be displayed to users, white space within name is not allowed -pluginName=NetworkMergePlugin +pluginName=AdvancedNetworkMerge # Description used to give users information about the plugin such as what it does. # Html tags are encouraged for formatting purposes. -pluginDescription=Provides set operations (union, intersection and difference) on networks +pluginDescription=Provides utilities for merging networks by set operations (union, intersection and difference). Networks will be merged based on attribute values of nodes/edges. ID mapping can also be utilized for merging. <a href="http://www.cytoscape.org/cgi-bin/moin.cgi/Advanced_Network_Merge_and_ID_Mapping/MergeExamples">Click for tutorial</a> # Plugin version number, this must be two numbers separated by a decimlal. Ex. 0.2, 14.03 pluginVersion=1.0 @@ -28,10 +28,10 @@ # 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) -pluginAuthorsInstitutions=Jianjiong Gao : U. Missouri +pluginAuthorsIntsitutions=Jianjiong Gao : U. Missouri ; Keiichiro Ono : UCSD # Date this plugin/plugin version was released -releaseDate=Sep 1, 2008 +releaseDate=Sep 15, 2008 # 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
