Skip to content
Snippets Groups Projects
Commit 5e84ff39 authored by Ben Taylor's avatar Ben Taylor
Browse files

Merge pull request #219 from satta/fix_travis

switch to older EMBOSS version
parents 9905761f 5373da9f
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ set -e
start_dir=$(pwd)
EMBOSS_VERSION="6.6.0"
EMBOSS_VERSION="6.5.7"
EMBOSS_DOWNLOAD_URL="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${EMBOSS_VERSION}.tar.gz"
EMBOSS_DOWNLOAD_URL="ftp://emboss.open-bio.org/pub/EMBOSS/old/6.5.0/EMBOSS-${EMBOSS_VERSION}.tar.gz"
# Make an install location
if [ ! -d "${HOME}/dependencies" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment