|
4
|
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="macs14" 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/toolshed/dependencies/macs/macs.tar.gz?raw=true</action>
|
|
|
10 <action type="shell_command">sudo su</action>
|
|
|
11 <action type="shell_command">python setup.py install</action>
|
|
|
12 <action type="move_directory_files">
|
|
|
13 <source_directory>bin</source_directory>
|
|
|
14 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
|
15 </action>
|
|
|
16 <action type="move_directory_files">
|
|
|
17 <source_directory>lib</source_directory>
|
|
|
18 <destination_directory>$INSTALL_DIR/lib</destination_directory>
|
|
|
19 </action>
|
|
|
20 <action type="set_environment">
|
|
|
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
22 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
|
|
|
23 </action>
|
|
|
24 </actions>
|
|
|
25 </install>
|
|
|
26 <readme>Macs depends on having python2.6 installed on all nodes of the work cluster</readme>
|
|
|
27 </package>
|
|
|
28 </tool_dependency> |