Setting up an IDE : Command Line

Editor(s): PietMolenaar

Date: March 23, 2012

Status: First version

Introduction

You need the following tools on your machine.

Checkout code from SVN

First, you need to check out Cytoscape 3 App Developer module:

svn co http://chianti.ucsd.edu/svn/core3/app-developer/trunk/ app-developer

Compile

cd app-developer
mvn clean install

Run Application

Mac OS/Linux/UNIX

cd target
./cytoscape.sh

Windows

cd target
cytoscape.bat

Installing Apps

You can use the App Manager to install simple apps. For bundle apps, copy your JAR file to target/framework/deploy. If Cytoscape is already running, it will automatically attempt to load and start any bundles in that directory. If you overwrite a bundle there, Cytoscape will automatically restart that bundle and all of its dependents.

Debugging

To enable remote debugging, pass the debug argument to the start up script:

Mac OS/Linux/UNIX

./cytoscape.sh debug

Windows

cytoscape.bat debug

At this point, Cytoscape will pause until a debugger is connected to port 12345. For example, this is how you would start a debugging session using jdb:

jdb -attach 12345

Issues

List any issues, conflict, or dependencies raised by this proposal

Comments

How to Comment

Edit the page and add your comments under the provided header. By adding your ideas to the Wiki directly, we can more easily organize everyone's ideas, and keep clear records. Be sure to include today's date and your name for each comment. Try to keep your comments as concrete and constructive as possible. For example, if you find a part of the RFC makes no sense, please say so, but don't stop there. Take the extra step and propose alternatives.

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux