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
Either you add the GATK folder to your PATH variable or you need to provide the path to your GATK executable.