Previous changeset 0:b5c01b683dc9 (2013-12-07) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_infernal_1_1 commit 6692e3a4fa1bf6e9a407735afdbb2454ed32b316 |
modified:
tool_dependencies.xml |
b |
diff -r b5c01b683dc9 -r 2bac556aa73f tool_dependencies.xml --- a/tool_dependencies.xml Sat Dec 07 04:59:03 2013 -0500 +++ b/tool_dependencies.xml Thu Jan 28 02:59:47 2016 -0500 |
b |
@@ -3,10 +3,10 @@ <package name="infernal" version="1.1"> <install version="1.0"> <actions> - <action type="download_by_url">ftp://selab.janelia.org/pub/software/infernal/infernal-1.1.tar.gz</action> - <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> + <action type="download_by_url" sha256sum="d1f2f70e952e8a8a9ba3bae8a7b45666049dddca3bfc5e1fb9e8e845e0ed995b"> + https://depot.galaxyproject.org/software/infernal/infernal_1.1_src_all.tar.gz + </action> + <action type="autoconf"/> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> |