comparison tool_dependencies.xml @ 10:78d0c119b65e draft

Uploaded
author modencode-dcc
date Mon, 21 Jan 2013 18:23:25 -0500
parents 03235525def4
children 43b49b4914e1
comparison
equal deleted inserted replaced
9:03235525def4 10:78d0c119b65e
5 </set_environment> 5 </set_environment>
6 <package name="macs14" version="1.4.2"> 6 <package name="macs14" version="1.4.2">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs/macs.tar.gz?raw=true</action> 9 <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/toolshed/dependencies/macs/macs.tar.gz?raw=true</action>
10 <action type="shell_command">make</action>
10 <action type="shell_command">python setup.py install</action> 11 <action type="shell_command">python setup.py install</action>
11 <action type="move_directory_files"> 12 <action type="move_directory_files">
12 <source_directory>bin</source_directory> 13 <source_directory>bin</source_directory>
13 <destination_directory>$INSTALL_DIR/bin</destination_directory> 14 <destination_directory>$INSTALL_DIR/bin</destination_directory>
14 </action> 15 </action>