GATK version check failed
1
0
Entering edit mode
3 months ago
Tundup • 0

I have installed GATK using command - wget https://github.com/broadinstitute/gatk/releases/download/4.5.0.0/gatk-4.5.0.0.zip

then unzipped - unzip gatk-4.5.0.0.zip

checked installation using commnad - gatk --version

But failed.

error

 Command 'gatk' not found, did you mean:
  command 'gate' from snap gate (9.3)
  command 'gitk' from deb gitk (1:2.34.1-1ubuntu1.10)
  command 'gawk' from deb gawk (1:5.1.0-1ubuntu0.1)
See 'snap info <snapname>' for additional versions.

How to check successfull installation? Thanks

GATK Bash Unix • 415 views
ADD COMMENT
0
Entering edit mode

Either you add the GATK folder to your PATH variable or you need to provide the path to your GATK executable.

ADD REPLY
0
Entering edit mode
3 months ago
Michael 54k

You have downloaded and unpacked the source archive, but you haven't "installed" the software. In the case of GATK, the "installation" process is simply extracting the archive into some location and adding the location of the gatk wrapper to your PATH variable. See the documentation: https://gatk.broadinstitute.org/hc/en-us/articles/360036194592-Getting-started-with-GATK4 , Section 5.

The gatk command is essentially just a wrapper script for a Java program. If you install the Bioconda package gatk4 with conda install -c bioconda gatk4 you will get version 4.4.0 instead, but everything will be put in place.

ADD COMMENT

Login before adding your answer.

Traffic: 1826 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6