Mercurial > repos > mvdbeek > package_ascp
comparison tool_dependencies.xml @ 0:aa548b3949bc draft
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | mvdbeek |
---|---|
date | Fri, 14 Aug 2015 09:44:30 -0400 |
parents | |
children | b71359e86b6b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:aa548b3949bc |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="aspc" version="3.6.0.106805"> | |
4 <install version="1.0"> | |
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> | |
7 <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">cat extract|AsperaConnect.pkg/Payload | gzip -d - | cpio -id</action> | |
10 <action type="shell_command">hdiutil detach install</action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>Applications/Aspera\ Connect.app/Contents/Resources/</source_directory> | |
13 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
14 </action> | |
15 <action type="set_environment"> | |
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
17 </action> | |
18 </actions> | |
19 </install> | |
20 <readme> | |
21 This tool dependency definition downloads and installs the aspera connect client, used for accelerating | |
22 ncbi sra downloads. | |
23 </readme> | |
24 </package> | |
25 </tool_dependency> |