Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
Artemis
Commits
5e84ff39
Commit
5e84ff39
authored
Oct 26, 2015
by
Ben Taylor
Browse files
Merge pull request #219 from satta/fix_travis
switch to older EMBOSS version
parents
9905761f
5373da9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_dependencies.sh
View file @
5e84ff39
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment