annotate tool_dependencies.xml @ 0:3fdeebd7e710

Initial commit
author lparsons
date Tue, 04 Sep 2012 13:45:36 -0400
parents
children 14e18dc9ed13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
1 <?xml version="1.0"?>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
2 <tool_dependency>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
3 <package name="htseq" version="0.5.3p9">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
4 <install version="1.0">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
5 <actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
6 <action type="download_by_url">http://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.3p9.tar.gz</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
7 <action type="shell_command">mkdir -p $INSTALL_DIR/lib/python</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
8 <action type="set_environment">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
9 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
10 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
11 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
12 <action type="set_environment">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
14 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
15 </actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
16 </install>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
17 <readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
18 Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), and the Nympy Python package.
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
19 </readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
20 </package>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
21 <package name="samtools" version="0.1.18">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
22 <install version="1.0">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
23 <actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
24 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
25 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
26 <action type="shell_command">make</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
27 <action type="move_file">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
28 <source>samtools</source>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
29 <destination>$INSTALL_DIR/bin</destination>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
30 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
31 <action type="move_file">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
32 <source>misc/maq2sam-long</source>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
33 <destination>$INSTALL_DIR/bin</destination>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
34 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
35 <action type="set_environment">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
36 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
37 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
38 </actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
39 </install>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
40 <readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
41 Compiling SAMtools requires the ncurses and zlib development libraries.
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
42 </readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
43 </package>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
44 </tool_dependency>