Repository 'package_kraken_0_10_5'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_kraken_0_10_5

Changeset 1:89a36b0f718c (2015-07-17)
Previous changeset 0:bafddeadd6aa (2015-05-19)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_kraken_0_10_5/tool_dependencies.xml commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
modified:
tool_dependencies.xml
b
diff -r bafddeadd6aa -r 89a36b0f718c tool_dependencies.xml
--- a/tool_dependencies.xml Tue May 19 14:59:03 2015 -0400
+++ b/tool_dependencies.xml Fri Jul 17 10:33:18 2015 -0400
b
@@ -4,7 +4,7 @@
         <install version="1.0">
             <actions_group>
                 <actions architecture="x86_64" os="linux">
-                    <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/kraken/kraken-0.10.5-beta-Linux_x86_64.zip</action>
+                    <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/kraken/kraken-0.10.5-beta-Linux-x86_64.tar.gz</action>
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>
                         <destination_directory>$INSTALL_DIR</destination_directory>
@@ -12,7 +12,7 @@
                 </actions>
                 <actions>
                     <action type="download_by_url">https://ccb.jhu.edu/software/kraken/dl/kraken-0.10.5-beta.tgz</action>
-                    <action type="shell_command">install_kraken.sh $INSTALL_DIR/bin</action>
+                    <action type="shell_command">sh install_kraken.sh $INSTALL_DIR/bin ; /bin/true</action>
                 </actions>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>