From 5373da9ff8e771ff8f4e4a187c3b035393cf39dd Mon Sep 17 00:00:00 2001
From: Sascha Steinbiss <sascha@steinbiss.name>
Date: Sat, 24 Oct 2015 15:55:51 +0100
Subject: [PATCH] switch to older EMBOSS version

---
 install_dependencies.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install_dependencies.sh b/install_dependencies.sh
index 2e6eb18c1..44a15c400 100644
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -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
-- 
GitLab