GATK4 development of the license-protected part of the toolkit
This README is aimed at developers. For user information, please see the GATK 4 forum
-
R 3.1.3 see additional requirements below: R package requirements
-
Java 8
-
(Developers) Gradle 2.13 is needed for building the GATK. We recommend using the
./gradlew
script which will download and use an appropriate gradle version automatically. -
(Developers) git lfs 1.1.0 (or greater) is needed for testing GATK-Protected builds. It is needed to download large files for the complete test suite. Run
git lfs install
after downloading, followed bygit lfs pull
to download the large files. The download is ~500 MB.
Please refer to the GATK 4 public repo readme file for general guidelines and how to set-up your development environment:
https://github.com/broadinstitute/hellbender/blob/master/README.md
R packages can be installed using the install_R_packages.R script inside the scripts directory.
./gradlew shadowJar
A jar file will appear in build/libs
.
This can be found here