8
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="macs2" version="2.0.10.2">
|
16
|
4 <install version="1.0">
|
|
5 <!--<actions>
|
|
6 <action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/Python-2.7.3.tar.bz2</action>
|
|
7 <action type="shell_command">./configure</action>
|
|
8 <action type="shell_command">make -j</action>
|
|
9 <action type="shell_command">sudo -n make install</action>
|
|
10 <action type="shell_command">sudo -n chmod ag+w /usr/local/lib/python2.7/site-packages</action>
|
|
11 <action type="shell_command">sudo -n chmod ag+wx /usr/local/bin</action>
|
|
12 </actions>-->
|
8
|
13 <actions>
|
16
|
14 <action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/macs2pkg.tar</action>
|
8
|
15 <action type="move_directory_files">
|
|
16 <source_directory>bin</source_directory>
|
|
17 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
18 </action>
|
|
19 <action type="move_directory_files">
|
|
20 <source_directory>lib</source_directory>
|
|
21 <destination_directory>$INSTALL_DIR/lib</destination_directory>
|
|
22 </action>
|
|
23 <action type="set_environment">
|
|
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
25 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
|
|
26 </action>
|
|
27 </actions>
|
|
28 </install>
|
|
29 <readme>Macs2 depends on having python2.7 installed on all nodes of the work cluster</readme>
|
|
30 </package>
|
|
31 </tool_dependency>
|
16
|
32
|
|
33 <!--<action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/numpy.tar</action>
|
|
34 <action type="shell_command">sudo -n python setup.py build</action>
|
|
35 <action type="shell_command">sudo -n python setup.py install</action>-->
|
|
36
|