← Revision 2 as of 2013-12-11 17:52:01
Size: 501
Comment:
|
← Revision 3 as of 2013-12-11 18:01:11 →
Size: 753
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
To use Scripting feature, |
To use Scripting feature, you need to start Cytoscape from console. In Cytoscape application directory, you can find '''''cytoscape.sh''''' (for Windows, '''''cytoscape.bat'''''). This is a shell script to start Cytoscape from command line. {{attachment:commandline.png}} |
Scripting in Cytoscape 3
Scripting language support is an experimental feature in Cytoscape 3. Java runtime environment comes with built-in scripting language support and Cytoscape uses it to execute tasks written in standard languages such as JavaScript.
This feature is for advanced users. If you just want to automate some basic tasks, such as loading network, you can use Command instead.
Run Cytoscape from Command Line
To use Scripting feature, you need to start Cytoscape from console. In Cytoscape application directory, you can find cytoscape.sh (for Windows, cytoscape.bat). This is a shell script to start Cytoscape from command line.