comparison tool_dependencies.xml @ 1:b71359e86b6b draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author mvdbeek
date Fri, 14 Aug 2015 09:48:23 -0400
parents aa548b3949bc
children 2d95eeda48a4
comparison
equal deleted inserted replaced
0:aa548b3949bc 1:b71359e86b6b
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="aspc" version="3.6.0.106805"> 3 <package name="aspc" version="3.6.0.106805">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://download.asperasoft.com/download/sw/connect/3.6.0/AsperaConnectInstaller-3.6.0.106805.dmg</action> 6 <!-- <action type="download_by_url">http://download.asperasoft.com/download/sw/connect/3.6.0/AsperaConnectInstaller-3.6.0.106805.dmg</action> -->
7 <action type="download_by_url">https://bitbucket.org/mvdbeek/galaxy_downloads/downloads/AsperaConnectInstaller-3.6.0.106805.dmg</action>
7 <action type="shell_command">hdiutil attach -mountpoint install AsperaConnectInstaller-3.6.0.106805.dmg</action> 8 <action type="shell_command">hdiutil attach -mountpoint install AsperaConnectInstaller-3.6.0.106805.dmg</action>
8 <action type="shell_command">pkgutil --expand install/AsperaConnectInstaller.pkg extract</action> 9 <action type="shell_command">pkgutil --expand install/AsperaConnectInstaller.pkg extract</action>
9 <action type="shell_command">cat extract|AsperaConnect.pkg/Payload | gzip -d - | cpio -id</action> 10 <action type="shell_command">cat extract|AsperaConnect.pkg/Payload | gzip -d - | cpio -id</action>
10 <action type="shell_command">hdiutil detach install</action> 11 <action type="shell_command">hdiutil detach install</action>
11 <action type="move_directory_files"> 12 <action type="move_directory_files">
12 <source_directory>Applications/Aspera\ Connect.app/Contents/Resources/</source_directory> 13 <source_directory>Applications/Aspera Connect.app/Contents/Resources/</source_directory>
13 <destination_directory>$INSTALL_DIR/bin</destination_directory> 14 <destination_directory>$INSTALL_DIR/bin</destination_directory>
14 </action> 15 </action>
15 <action type="set_environment"> 16 <action type="set_environment">
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
17 </action> 18 </action>