Compiling and Installing GATK
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to install GATK4:
unzip gatk-4.0.0.0.zip export PATH=/path/to/GATK/gatk-4.0.0.0:$PATH gatk -help
- Install and deploy the Hadoop and Spark services and then start them. For details, see "Compiling and Installing Hadoop and Spark" in Hadoop 3.1.2 + Spark 2.4.4 Porting Guide (CentOS 7.6).
Parent topic: GATK 4.0.0.0 Porting Guide (CentOS 7.6)