Mercurial > repos > mvdbeek > package_ascp
changeset 4:f3ab5d99ceba draft default tip
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | mvdbeek |
---|---|
date | Fri, 14 Aug 2015 09:58:18 -0400 |
parents | fc4bf31c255c |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 18 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Aug 14 09:51:26 2015 -0400 +++ b/tool_dependencies.xml Fri Aug 14 09:58:18 2015 -0400 @@ -2,22 +2,25 @@ <tool_dependency> <package name="aspc" version="3.6.0.106805"> <install version="1.0"> - <actions> -<!-- <action type="download_by_url">http://download.asperasoft.com/download/sw/connect/3.6.0/AsperaConnectInstaller-3.6.0.106805.dmg</action> --> - <action type="download_by_url">https://bitbucket.org/mvdbeek/galaxy_downloads/downloads/AsperaConnectInstaller-3.6.0.106805.dmg</action> - <action type="shell_command">hdiutil attach -mountpoint install AsperaConnectInstaller-3.6.0.106805.dmg</action> - <action type="shell_command">pkgutil --expand install/AsperaConnectInstaller.pkg extract</action> - <action type="shell_command">cat extract/AsperaConnect.pkg/Payload | gzip -d - | cpio -id</action> - <action type="shell_command">hdiutil detach install</action> - <action type="move_directory_files"> - <source_directory>Applications/Aspera Connect.app/Contents/Resources/</source_directory> - <destination_directory>$INSTALL_DIR/bin</destination_directory> - </action> - <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - </action> - </actions> + <actions_group> + <actions architecture="x86_64" os="darwin"> +<!-- <action type="download_by_url">http://download.asperasoft.com/download/sw/connect/3.6.0/AsperaConnectInstaller-3.6.0.106805.dmg</action> --> + <action type="download_by_url">https://bitbucket.org/mvdbeek/galaxy_downloads/downloads/AsperaConnectInstaller-3.6.0.106805.dmg</action> + <action type="shell_command">hdiutil attach -mountpoint install AsperaConnectInstaller-3.6.0.106805.dmg</action> + <action type="shell_command">pkgutil --expand install/AsperaConnectInstaller.pkg extract</action> + <action type="shell_command">cat extract/AsperaConnect.pkg/Payload | gzip -d - | cpio -id</action> + <action type="shell_command">hdiutil detach install</action> + <action type="move_directory_files"> + <source_directory>Applications/Aspera Connect.app/Contents/Resources/</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </actions_group> </install> + <readme> This tool dependency definition downloads and installs the aspera connect client, used for accelerating ncbi sra downloads.