Git Product home page Git Product logo

cytoscape's Introduction

Cytoscape

This project contains metadata for working with all the Cytoscape core subprojects, each of which have their own Git repository. Most people won't need to clone this repository. Keep reading below to learn about how to work with Cytoscape's source code.

If you are interested in building Cytoscape apps, you don't need to build Cytoscape from source. You can follow the guide here:

http://wiki.cytoscape.org/Cytoscape_3/AppDeveloper

Getting Started with Cytoscape Source

Requirements

You need the following tools to build Cytoscape 3:

  • JDK 6 or later
  • Maven 3.0.x series
    • The latest version of maven is 3.1.0, but we have not tested the build system with 3.1 as of 9/11/2013
  • Git
  • git-flow
  • cy - Utility script for Cytoscape developers

Cytoscape 3 Core Subprojects

Optional Projects

Cloning the Cytoscape 3 Subprojects

  1. Install JDK, maven, git, and git-flow.
  2. Download latest version of cy script and unzip it to your local disk.
  3. cy command is a shell script. You need to change permission to execute it.
  4. Execute the following command:

Core Developers

cy init

Other Developers

cy -r init

This clones read-only repository from github.

Now you can find a new directory named cytoscape. It should contains the following:

  • README.md
  • api
  • app-developer
  • gui-distribution
  • headless-distribution
  • impl
  • parent
  • pom.xml
  • support

Choosing a Branch

Switching branches is easy with cy script. Simply go to the top level directory and type:

cy switch BRANCH_NAME

where BRANCH_NAME is the name of the branch you want to switch. All Cytoscape sub-projects are following git-flow style branching scheme. Master is used only for releases, and develop is the latest development branch.

Building the core

From the top directory, type:

mvn -fae clean install

The option -fae is short for "fail at end", which allows the build to continue even if unit tests fail. When Maven is done, you can find the application in gui-distribution/assembly/target/cytoscape.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.