We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5442a94 commit 5ab99d9Copy full SHA for 5ab99d9
1 file changed
helper-scripts/emboss-user-installer.sh
@@ -21,7 +21,7 @@
21
#Define some variables:
22
set -e
23
set -o pipefail
24
-emboss_url="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.6.0.tar.gz"
+emboss_url="https://github.com/kimrutherford/EMBOSS/archive/EMBOSS-6.6.0.tar.gz"
25
26
#Create a working dir
27
workdir=~/Software
0 commit comments