Hi all,
I'm so sorry to have to write so much times on this forum, but I have
to complete a work for the end of my stage and I found that your
answers are speeding up my work deleting all problems with my
inexperience with Cytoscape.
Well, I finally complete a first part of my work creating a Graph from
an excel file. It miss only it visualization but I want try to execute
the plugin. I followed the instructions on:
http://74.125.93.132/search?q=cache:qWqNkw3KmE8J:www.cytoscape.org/cg...
and I've:
- create the file plugin.props:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<
#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=GraphCreator
# Description used to give users information about the plugin such as
what it does.
# Html tags are encouraged for formatting purposes.
pluginDescription=Information about the plugin that will be displayed
to users.<br>Please use html tags for all formatting and do not add
newlines.<p>
# 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
# 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://my-lab-site.org/myCytoscapePlugin
# 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=Sarah and Victor:ISB;Mike, Kei and Peng:UCSD
# Date this plugin/plugin version was released
releaseDate=November 16, 2009
# 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
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
and create the manifest using Eclipse. It is in a folder named META-
INF and its content is:
>>>>>>>>>>>>>>>>>>>>><<
Manifest-Version: 1.0
Main-Class: GraphCreator
<<<<<<<<<<<<<<<<<<<<<
I found that even if I keep the plugin.props file in my .class folder,
Eclipse don't compress it in the jar file. So I made the jar file with
winRar including plugin.props.
But... when I insert my GraphCreator.jar in the plugin folder of
Cytoscape.. and run Cytoscape , nothing happens. My plugin is not in
the plugin menù. What's happen? I'm wrong in some steps?
In the compilation of my java file I have only a series of warning, no
errors.