Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2009-03-13 18:53:45
Size: 674
Editor: KeiichiroOno
Comment:
Revision 3 as of 2011-02-08 23:54:48
Size: 689
Editor: alsace
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
(Under construction!)
Line 5: Line 4:
This is a quick guide how to compile and run Cytoscape 3 application with Maven. This is a quick guide how to checkout and run the Cytoscape 3.0 GUI application.
Line 10: Line 9:
 * JDK 5 or 6  * JDK 6
Line 17: Line 16:
First, you need to check out Cytoscape 3. First, you need to check out Cytoscape 3 GUI distribution bundle:

{{{
% svn co http://chianti.ucsd.edu/svn/core3/gui-distribution/trunk/ gui-distribution
}}}
Line 21: Line 24:
mvn clean install % cd gui-distribution
%
mvn clean install
Line 25: Line 29:
{{{
mvn pax:run
}}}

If you want to see the log messages from infrastructure bundles (such as message from Spring DM or Felix), you can add the following option
Line 32: Line 31:
mvn pax:run "-Dprofiles=log" % cd distribution/target/cytoscape-${version}-null.dir/cytoscape-${version}
% cytoscape.sh

Quick Start Guide for Cytoscape 3 Developers

Introduction

This is a quick guide how to checkout and run the Cytoscape 3.0 GUI application.

Setup

You need the following tools on your machine.

  • JDK 6
  • Apache Maven
  • Subversion client

Procedure

Checkout code from SVN

First, you need to check out Cytoscape 3 GUI distribution bundle:

% svn co http://chianti.ucsd.edu/svn/core3/gui-distribution/trunk/ gui-distribution

Compile

% cd gui-distribution
% mvn clean install

Run Application

% cd distribution/target/cytoscape-${version}-null.dir/cytoscape-${version}
% cytoscape.sh

Outdated_Cytoscape_3.0/Developer/QuickStart (last edited 2011-02-24 15:34:15 by PietMolenaar)

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