GELOG / adam-ibs

Ports the IBS/MDS/IBD functionality of Plink to Spark / ADAM
Apache License 2.0
3 stars 6 forks source link

Use a dependency manager to build the project #24

Closed davidonlaptop closed 9 years ago

davidonlaptop commented 9 years ago

Description

All the dependencies used in this project (e.g. ADAM's formats, CLI parser, etc.) should be loaded externally via a build tool / dependency manager like Maven or SBT.

Implementation

Update the README file at the root of the repo to describe how to build the project.

iki-v commented 9 years ago

Initialization of scala project is done with Maven : https://github.com/GELOG/adam-ibs

On each new requirement of dependencies, the pom file will be updated.