How to build
- Install Maven (http://maven.apache.org/) if you haven't done so already
- Clone the molgenis-core git repo (https://github.com/molgenis/molgenis-core.git)
-
Build molgenis-core with the following command:
mvn clean install
(in de molgenis-core root folder) - Build molgenis-genotype-reader (
mvn clean install)
How to open in Eclipse
- Install the m2e Maven plugin; This is standard installed in the more recent versions of Eclipse, if you got an older version you probably need to install it.
-
Import the project in Eclipse with
File/Import -> Existing Maven Projects
and select the molgenis-genotype-reader root folder