Skip to content

Instantly share code, notes, and snippets.

@zorbax
Created November 8, 2018 17:22
Show Gist options
  • Save zorbax/4cbaedf04e44770f3e73e4406184d424 to your computer and use it in GitHub Desktop.
Save zorbax/4cbaedf04e44770f3e73e4406184d424 to your computer and use it in GitHub Desktop.
cd $HOME/bin
wget https://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.9.2/sratoolkit.2.9.2-ubuntu64.tar.gz
tar -zxvf sratoolkit.2.9.2-ubuntu64.tar.gz && rm sratoolkit.2.9.2-ubuntu64.tar.gz
mv sratoolkit.2.9.2-ubuntu64 sratoolkit.2.9.2
find sratoolkit.2.9.2 -type l -name "fastq-dump" -exec ln -s {} . \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment