Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clone And Compile Dependencies

User must clone and compile all of the above dependencies using the following commands :

...

Code Block
titleCompile Dependency
mvn clean install -DskipTests

Clone OpenCGA


Code Block
$ git clone https://github.com/opencb/opencga.git

...

Code Block
$ git clone -b master https://github.com/opencb/opencga.git

Build

OpenCGA can be compiled directly, just by executing mvn install -DskipTests, but some configuration files can be customized with the content of the file ~/.m2/settings.xml.

...