annotate tool_dependencies.xml @ 0:b9b48eb563d1 draft default tip

Imported from capsule None
author jjohnson
date Tue, 14 Oct 2014 10:06:50 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
1 <?xml version="1.0"?>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
2 <tool_dependency>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
3 <package name="numpy" version="1.7.1">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
4 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
5 </package>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
6 <package name="cython" version="0.20.1">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
7 <repository changeset_revision="749f11b9358a" name="package_cython_0_20_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
8 </package>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
9 <package name="cistrome" version="2014-09-29">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
10 <install version="1.0">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
11 <actions>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
12 <action type="shell_command">hg clone https://bitbucket.org/jjohnson/cistrome-applications-harvard cistrome</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
13 <action type="shell_command">hg update -d 2014-09-29</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
14 <action type="shell_command">cd cistrome-extra-apps &amp;&amp; python setup.py install --home=$INSTALL_DIR</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
15 <action type="shell_command">cd published-packages/CEAS &amp;&amp; python setup.py install --home=$INSTALL_DIR</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
16 <action type="shell_command">cd published-packages/MA2C &amp;&amp; python setup.py install --home=$INSTALL_DIR</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
17 <!-- needs numpy -->
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
18 <action type="set_environment_for_install">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
19 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
20 <package name="numpy" version="1.7.1" />
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
21 </repository>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
22 </action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
23 <action type="shell_command">cd published-packages/MACS &amp;&amp; python setup.py install --home=$INSTALL_DIR</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
24 <action type="shell_command">cd published-packages/MAT &amp;&amp; python setup.py install --home=$INSTALL_DIR</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
25 <action type="shell_command">cd published-packages/NPS &amp;&amp; python setup.py install --home=$INSTALL_DIR</action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
26 <!-- needs numpy Cython -->
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
27 <action type="set_environment_for_install">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
28 <repository changeset_revision="749f11b9358a" name="package_cython_0_20_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
29 <package name="cython" version="0.20.1" />
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
30 </repository>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
31 </action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
32 <action type="shell_command">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
33 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
34 cd mdseqpos &amp;&amp;
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
35 sed "s#/data/static_libraries/assembly/#$INSTALL_DIR/assembly/#" lib/settings.py.example &gt; lib/settings.py &amp;&amp;
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
36 sed -i".tmp" "s#NUMPY_PATH = numpy#global NUMPY_PATH; NUMPY_PATH = numpy#" setup.py &amp;&amp;
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
37 python setup.py install --home=$INSTALL_DIR
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
38 </action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
39 <action type="set_environment">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
40 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
41 </action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
42 <!-- this includes CistromeAP -->
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
43 <action type="set_environment">
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
44 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
45 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib64/python</environment_variable>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
46 </action>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
47 </actions>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
48 </install>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
49 <readme>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
50 Installs the cistrome applications code from https://bitbucket.org/cistrome/cistrome-applications-harvard
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
51 ( branch for genome_dir option to override settings.py https://bitbucket.org/jjohnson/cistrome-applications-harvard )
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
52 Runtime dependencies: bx-python, biopython, PIL, jinja2, MySQLdb
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
53 </readme>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
54 </package>
b9b48eb563d1 Imported from capsule None
jjohnson
parents:
diff changeset
55 </tool_dependency>