|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
3
|
3 <package name="zlib" version="1.2.8">
|
|
|
4 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
1
|
5 </package>
|
|
4
|
6 <package name="grabix" version="0.1.3">
|
|
|
7 <repository changeset_revision="8a1184d30e64" name="package_grabix_0_1_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
8 </package>
|
|
|
9 <package name="tabix" version="0.2.6">
|
|
|
10 <repository changeset_revision="c1743e071a28" name="package_tabix_0_2_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
11 </package>
|
|
|
12 <package name="samtools" version="0.1.19">
|
|
|
13 <repository changeset_revision="632f1a03db92" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
14 </package>
|
|
|
15 <package name="bedtools" version="2.19.1">
|
|
|
16 <repository changeset_revision="3ad963111153" name="package_bedtools_2_19" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
17 </package>
|
|
0
|
18 <package name="gemini" version="0.9.1">
|
|
|
19 <install version="1.0">
|
|
|
20 <actions>
|
|
|
21 <!-- first action is always downloading -->
|
|
5
|
22 <action type="download_file">https://raw.github.com/bgruening/gemini-versioned-install/master/gemini_install_0.9.1.py</action>
|
|
0
|
23
|
|
|
24 <!-- populate the environment variables from the dependend repos -->
|
|
|
25 <action type="set_environment_for_install">
|
|
3
|
26 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
27 <package name="zlib" version="1.2.8" />
|
|
1
|
28 </repository>
|
|
4
|
29 <repository changeset_revision="3ad963111153" name="package_bedtools_2_19" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
30 <package name="bedtools" version="2.19.1" />
|
|
|
31 </repository>
|
|
0
|
32 </action>
|
|
|
33
|
|
|
34 <action type="shell_command">
|
|
5
|
35 python gemini_install_0.9.1.py $INSTALL_DIR $INSTALL_DIR --nosudo --nodata --notools
|
|
0
|
36 </action>
|
|
|
37
|
|
|
38 <action type="set_environment">
|
|
3
|
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/anaconda/bin</environment_variable>
|
|
|
40 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gemini/bin</environment_variable>
|
|
0
|
41 <environment_variable action="set_to" name="GEMINI_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
|
42 </action>
|
|
|
43 </actions>
|
|
|
44 </install>
|
|
|
45 <readme>Compiling GEMINI requires a recent c++ compiler, usually gcc.</readme>
|
|
|
46 </package>
|
|
|
47 </tool_dependency>
|