The Cytoscape Preferences Dialog, accessed via Edit -> Preferences..., has sections for general properties display and editing, and plugins specification via the properties mechanism. Preferences in Cytoscape are stored in the form of Java properties specified in the cytoscape.props file located in the user's working directory, home directory (called ".cytoscape" and located in the users's home directory) or Cytoscape distribution directory. This file is automatically loaded at startup time and written upon normal exit of the application.
Cytoscape properties are displayed in the Properties section of the dialog. These properties are configurable via Add, Modify and Delete operations.
The specification of plugins to be loaded into Cytoscape at startup time is also supported in cytoscape.props and accessible in this dialog under the Plugins section. In this special case, the plugins property specifies a comma-separated list of jar files or URLs to jar files containing plugins. This property is parsed and presented and managed in the Plugins table.
Some common properties are described below.
Property name |
Default value |
Valid values |
Related command line argument |
defaultSpeciesName |
PleaseSpecify |
species names this value must match the name in the first line of the file specified in the bioDataServer’s manifest for synonyms e.g., for yeast synonyms, specify Saccharomyces cerevisiae |
-s -species |
bioDataServer |
PleaseSpecify |
annotation/manifest, and other manifest file
locations |
-b -BDS |
viewThreshold |
|
integer > 0 |
-vt --VT |
secondaryViewThreshold |
2000 |
integer > 0 |
|
viewType |
tabbed |
tabbed |
|
plugins |
|
comma-separated list of jar files containing plugins, or URL’s to jar files containing plugins (e.g., http://server/my-plugin.jar) | -p -plugin --JLD --JLW --JLL |
defaultWebBrowser |
|
A path to the web browser on your system. This only needs
to be specified if Cytoscape cannot find the web browser on your
system. |
|