Mercurial > repos > jeremie > package_breakdancer_1_2_6
changeset 45:347d3cf9bbef draft
Uploaded
author | jeremie |
---|---|
date | Fri, 27 Jun 2014 08:12:30 -0400 |
parents | 647d4890bdd2 |
children | c5f423c4799a |
files | tool_dependencies.xml |
diffstat | 1 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jun 27 08:10:28 2014 -0400 +++ b/tool_dependencies.xml Fri Jun 27 08:12:30 2014 -0400 @@ -5,12 +5,25 @@ <actions_group> <actions architecture="i386" os="linux"> <action type="download_by_url">http://depot.galaxyproject.org/package/linux/i386/freebayes/freebayes-0.9.6_9608597d-Linux-i686.tgz</action> - <action type="shell_command">ls</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/bin</destination_directory> </action> - </actions> + </actions> + <actions architecture="x86_64" os="linux"> + <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/freebayes/freebayes-0.9.6_9608597d-Linux-x86_64.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + </actions> + <actions architecture="x86_64" os="darwin"> + <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/freebayes/freebayes-0.9.6_9608597d-Darwin-x86_64.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + </actions> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action>