$ git checkout 3.4 # the current release is based on GATK 3.4
$ git checkout 3.4 # the current release is based on GATK 3.4
$ mvn -U clean install
$ mvn clean install
~~~
~~~
This will install all the required dependencies to your local maven repository. After this is done, you can clone our repository and test if everything builds fine:
This will install all the required dependencies to your local maven repository. After this is done, you can clone our repository and test if everything builds fine:
...
@@ -75,7 +75,7 @@ This will install all the required dependencies to your local maven repository.
...
@@ -75,7 +75,7 @@ This will install all the required dependencies to your local maven repository.
~~~
~~~
$ git clone https://github.com/biopet/biopet.git
$ git clone https://github.com/biopet/biopet.git
$ cd biopet
$ cd biopet
$ mvn -U clean install
$ mvn clean install
~~~
~~~
If everything builds fine, you're good to go! Otherwise, don't hesitate to contact us or file an issue at our issue tracker.
If everything builds fine, you're good to go! Otherwise, don't hesitate to contact us or file an issue at our issue tracker.