This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GATK current version downloading fails

I am trying to download GATK latest version from the given link: https://software.broadinstitute.org/gatk/download/index

I have been trying multiple times, but it fails after sumtime. There is no internet issue, as I have downloaded the entire fastq.gz (~6GB) file for RNAseq.

My desktop configuration is: HDD~500GB RAM-7.7GB OS-Ubuntu 16.04LTS, 64bit

software error next-gen sequencing gene

Use wget --continue *link*.

1 answer

you can try miniconda to mange your software version. GATK4 has already lifted its restriction.

conda install -c bioconda gatk

Thanks, but tried the other way.

1.Downloaded the zipped file in my local machine through web. 2.Copied the zipped file in server through SCP. 3.Unzipped and installed.

It worked...!

Log in to answer this question.