comparison tool_dependencies.xml @ 5:8fe679d31b82 draft

Uploaded
author modencode-dcc
date Mon, 21 Jan 2013 17:28:42 -0500
parents fe131b016d6a
children 11f7ee39491e
comparison
equal deleted inserted replaced
4:fe131b016d6a 5:8fe679d31b82
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <set_environment version="1.0"> 3 <set_environment version="1.0">
4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> 4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
5 </set_environment> 5 </set_environment>
6 <package name="macs14" version="1.4.1"> 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">sudo su</action> 10 <action type="shell_command">sudo su</action>
11 <action type="shell_command">python setup.py install</action> 11 <action type="shell_command">python setup.py install</action>