This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GATK 3.8 and GATK 3.7 scripts

Hello everybody,

I am using a pipeline (Paleomix) using the two following scripts found in the GATK folder:

GenomeAnalysisTK.jar Picard.jar

These scripts do not exist in the last version of GATK (GATK 4), nor in GATK 3.8-1.

But I think they are existing in GATK 3.7.

Would anyone have this version in a repository? It seems to be accessible on Github (https://github.com/broadinstitute/gatk/releases) in the archives. But I don't know how to access them. Would anyone know how to do?

Thanks in advance for the help!

gatk alignment version repository

2 answers

GenomeAnalysisTK.jar and Picard.jar were separate tools up to GATK v3.8. But from v4, Picard has been integrated into the Genome Analysis toolkit.

GATK archive(< v3.8) : https://console.cloud.google.com/storage/browser/gatk-software/package-archive/gatk/

Picard stand-alone: https://broadinstitute.github.io/picard/

I am looking into using the same pipeline. I had paleomix installed so that I can use with singularity, but it was lacking the dependencies GATK and Picard. These old versions are not maintained by Broad but I found after some digging in the installation instructions:

The bam_pipeline also needs older versions of GATK, which are now not maintained by the Broad Institute. We can download the JAR file from the Broad archive, and activate it within the conda environment like so:

$ (paleomix) wget
https://storage.googleapis.com/gatk-software/package-archive/gatk/GenomeAnalysisTK-3.8-1-0-gf15c1c3ef.tar.bz2
$ (paleomix) gatk3-register
GenomeAnalysisTK-3.8-1-0-gf15c1c3ef.tar.bz2
  

Log in to answer this question.