Differences between revisions 4 and 5
Revision 4 as of 2011-12-05 19:35:11
Size: 1301
Editor: server2
Comment:
Revision 5 as of 2011-12-05 19:44:37
Size: 1401
Editor: server2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
      * Note that you will have to comment out this line if you have to work with another Subversion repository that uses ssh tunneling with a different user name.       * The above line forces Subversion to call {{{ssh}}} with the {{{-l}}} parameter whenever it does ssh tunneling. Note that you will have to comment out this line if you have to work with another Subversion repository that uses ssh tunneling with a different user name.
Line 11: Line 11:
 1. Go to {{{cy3/gui-distribution}}}, then do a {{{mvn install}}}.  1. Do {{{mvn install}}} in {{{cy3/gui-distribution}}}.

Getting started with Cytoscape 3

  1. Check out Cytoscape with Subversion at this URL:
    • svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/cy3

    • If it's been a while since you last checked anything out, make sure you can ssh into grenache.ucsd.edu before doing a check out to make sure your password has not expired.

    • When using the command line to do a check out:
      • If your local machine's user name differs from your user name on grenache, Subversion may incorrectly switch from using your grenache user name to your local machine's user name, preventing you from completing a check out. To fix this, open ~/.subversion/config and under the [tunnels] section, add this line:

        • ssh = $SVN_SSH ssh -l  user-name

        • The above line forces Subversion to call ssh with the -l parameter whenever it does ssh tunneling. Note that you will have to comment out this line if you have to work with another Subversion repository that uses ssh tunneling with a different user name.

      • If you don't want ssh to repeatedly ask for your password, see this: http://oreilly.com/pub/h/66

  2. Do mvn install in cy3/gui-distribution.

  3. Go to cy3/gui-distribution/assembly/target/cytoscape, then run cytoscape.sh if you're on Mac or Linux or cytoscape.bat if you're on Windows.

Cytoscape_3/CoreDevelopment/GettingStarted (last edited 2013-03-21 19:33:45 by 192)

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