|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="grabix" version="0.1.3">
|
|
|
4 <repository changeset_revision="ea8dd47bccea" name="package_grabix_0_1_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6 <package name="tabix" version="0.2.6">
|
|
|
7 <repository changeset_revision="c1743e071a28" name="package_tabix_0_2_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
8 </package>
|
|
|
9 <package name="samtools" version="0.1.19">
|
|
|
10 <repository changeset_revision="632f1a03db92" name="package_samtools_0_1_19" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
11 </package>
|
|
|
12 <package name="bedtools" version="2.19.1">
|
|
|
13 <repository changeset_revision="3ad963111153" name="package_bedtools_2_19" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
14 </package>
|
|
|
15 <package name="pybedtools" version="0.6.6">
|
|
|
16 <repository changeset_revision="cc2ed79fc537" name="package_pybedtools_0_6_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
17 </package>
|
|
|
18 <package name="gemini" version="0.9.1">
|
|
|
19 <install version="1.0">
|
|
|
20 <actions>
|
|
|
21 <!-- first action is always downloading -->
|
|
|
22 <action type="download_by_url">https://github.com/arq5x/gemini/archive/v0.9.1.tar.gz</action>
|
|
|
23
|
|
|
24 <!-- populate the environment variables from the dependend repos -->
|
|
|
25 <action type="set_environment_for_install">
|
|
|
26 <repository changeset_revision="c1743e071a28" name="package_tabix_0_2_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
27 <package name="tabix" version="0.2.6" />
|
|
|
28 </repository>
|
|
|
29 <repository changeset_revision="ea8dd47bccea" name="package_grabix_0_1_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
30 <package name="grabix" version="0.1.3" />
|
|
|
31 </repository>
|
|
|
32 <repository changeset_revision="cc2ed79fc537" name="package_pybedtools_0_6_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
33 <package name="pybedtools" version="0.6.6" />
|
|
|
34 </repository>
|
|
|
35 </action>
|
|
|
36
|
|
|
37 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
38 <action type="shell_command">
|
|
|
39 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
|
40 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
|
41 </action>
|
|
|
42
|
|
|
43 <action type="set_environment">
|
|
|
44 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
45 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
46 <environment_variable action="set_to" name="PYTHONPATH_GEMINI">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
47 <environment_variable action="set_to" name="PATH_GEMINI">$INSTALL_DIR/bin</environment_variable>
|
|
|
48 <environment_variable action="set_to" name="GEMINI_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
|
49 </action>
|
|
|
50 </actions>
|
|
|
51 </install>
|
|
|
52 <readme>Compiling GEMINI requires a recent c++ compiler, usually gcc.</readme>
|
|
|
53 </package>
|
|
|
54 </tool_dependency>
|