Previous changeset 4:22b245c1bb94 (2017-06-23) Next changeset 6:2277dd59b9f9 (2017-11-01) |
Commit message:
macOS download addresses fix |
modified:
tool_dependencies.xml |
b |
diff -r 22b245c1bb94 -r b7652b7c97bd tool_dependencies.xml --- a/tool_dependencies.xml Fri Jun 23 06:33:16 2017 -0400 +++ b/tool_dependencies.xml Fri Oct 20 02:50:43 2017 -0400 |
b |
@@ -42,7 +42,7 @@ <action type="shell_command">sed -i "s%#hmmsearchCommand=%hmmsearchCommand=$INSTALL_DIR/hmmsearch%g" $REPOSITORY_INSTALL_DIR/Hammock/settings/settings.prop</action> </actions> <actions architecture="x86_64" os="darwin"> - <action type="download_by_url">http://selab.janelia.org/software/hmmer3/3.1b1/hmmer-3.1b1-macosx-intel.tar.gz</action> + <action type="download_by_url">http://eddylab.org/software/hmmer3/3.1b2/hmmer-3.1b2-macosx-intel.tar.gz</action> <action type="move_file"> <source>binaries/hmmbuild</source> <destination>$INSTALL_DIR</destination> @@ -83,7 +83,7 @@ </action> </actions> <actions architecture="x86_64" os="darwin"> - <action type="download_by_url">ftp://toolkit.genzentrum.lmu.de/pub/HH-suite/releases/hhsuite-2.0.16-macosx.tar.gz</action> + <action type="download_by_url">http://wwwuser.gwdg.de/~compbiol/data/hhsuite/releases/all/hhsuite-2.0.16-macosx.tar.gz</action> <action type="move_file"> <source>bin/hhmake</source> <destination>$INSTALL_DIR</destination> |