comparison tool_dependencies.xml @ 19:5d98f6fe9424 draft default tip

Uploaded
author modencode-dcc
date Fri, 18 Jan 2013 16:12:45 -0500
parents
children
comparison
equal deleted inserted replaced
18:2786794298d1 19:5d98f6fe9424
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <set_environment version="1.0">
4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
5 </set_environment>
6 <package name="macs" version="1.4.1">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/tools/tool_shed_dependencies/macs/macs.tar?raw=true</action>
10 <action type="move_directory_files">
11 <source_directory>bin</source_directory>
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
13 </action>
14 <action type="move_directory_files">
15 <source_directory>lib</source_directory>
16 <destination_directory>$INSTALL_DIR/lib</destination_directory>
17 </action>
18 <action type="set_environment">
19 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
20 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python2.6/site-packages</environment_variable>
21 </action>
22 </actions>
23 </install>
24 <readme>Macs depends on having python2.6 installed on all nodes of the work cluster</readme>
25 </package>
26 </tool_dependency>