comparison tool_dependencies.xml @ 1:89a36b0f718c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_kraken_0_10_5/tool_dependencies.xml commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:33:18 -0400
parents bafddeadd6aa
children
comparison
equal deleted inserted replaced
0:bafddeadd6aa 1:89a36b0f718c
2 <tool_dependency> 2 <tool_dependency>
3 <package name="kraken" version="0.10.5"> 3 <package name="kraken" version="0.10.5">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions_group> 5 <actions_group>
6 <actions architecture="x86_64" os="linux"> 6 <actions architecture="x86_64" os="linux">
7 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/kraken/kraken-0.10.5-beta-Linux_x86_64.zip</action> 7 <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>
8 <action type="move_directory_files"> 8 <action type="move_directory_files">
9 <source_directory>.</source_directory> 9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR</destination_directory> 10 <destination_directory>$INSTALL_DIR</destination_directory>
11 </action> 11 </action>
12 </actions> 12 </actions>
13 <actions> 13 <actions>
14 <action type="download_by_url">https://ccb.jhu.edu/software/kraken/dl/kraken-0.10.5-beta.tgz</action> 14 <action type="download_by_url">https://ccb.jhu.edu/software/kraken/dl/kraken-0.10.5-beta.tgz</action>
15 <action type="shell_command">install_kraken.sh $INSTALL_DIR/bin</action> 15 <action type="shell_command">sh install_kraken.sh $INSTALL_DIR/bin ; /bin/true</action>
16 </actions> 16 </actions>
17 <action type="set_environment"> 17 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 </action> 19 </action>
20 </actions_group> 20 </actions_group>