comparison seal-galaxy-cc1b1911/tool_dependencies.xml @ 0:244073d9abc1 draft default tip

Uploaded
author crs4
date Wed, 15 Oct 2014 09:41:10 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:244073d9abc1
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="hadoop-galaxy" version="0.1.3">
4 <repository changeset_revision="30bd2584b6a0" name="hadoop_galaxy" owner="crs4" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6
7 <package name="seal" version="13986416aa79561bd0102cb7ccc1e0668ac9f0a4">
8 <install version="1.0">
9 <actions>
10 <action type="shell_command">git clone https://github.com/crs4/seal.git</action>
11 <action type="shell_command">git checkout master</action>
12 <action type="shell_command">git reset --hard 13986416aa79561bd0102cb7ccc1e0668ac9f0a4</action>
13 <!--<action type="download_by_url">https://github.com/crs4/seal/archive/0.4.0-rc2.tar.gz</action>-->
14 <action type="set_environment_for_install">
15 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
16 </action>
17 <action type="make_directory">$INSTALL_DIR/lib/python</action>
18 <action type="shell_command">python setup.py build_hadoop_bam</action>
19 <action type="shell_command">python setup.py install --prefix=$INSTALL_DIR --install-lib=$INSTALL_DIR/lib/python</action>
20 <action type="set_environment">
21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
23 </action>
24 </actions>
25 </install>
26 <readme>
27 This package has a number of dependencies that need to be installed before it:
28
29 * Pydoop needs to be installed (it will be pulled down as a dependency; see
30 that package's instructions for it's own installation pointers)
31
32 * protobuf-python
33
34 * JDK and Ant (ant version at least version 1.7)
35
36 Please see http://biodoop-seal.sourceforge.net/installation_dependencies.html for more details.
37 </readme>
38 </package>
39 </tool_dependency>