annotate tool_dependencies.xml @ 2:f5d08224af89

Uploaded tar
author lparsons
date Tue, 04 Sep 2012 14:16:33 -0400
parents 3fdeebd7e710
children 265ca0f35789
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>
2
f5d08224af89 Uploaded tar
lparsons
parents: 0
diff changeset
11 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py build</action>
0
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
12 <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
13 <action type="set_environment">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
15 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
16 </actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
17 </install>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
18 <readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
19 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
20 </readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
21 </package>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
22 <package name="samtools" version="0.1.18">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
23 <install version="1.0">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
24 <actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
25 <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
26 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
27 <action type="shell_command">make</action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
28 <action type="move_file">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
29 <source>samtools</source>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
30 <destination>$INSTALL_DIR/bin</destination>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
31 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
32 <action type="move_file">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
33 <source>misc/maq2sam-long</source>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
34 <destination>$INSTALL_DIR/bin</destination>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
35 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
36 <action type="set_environment">
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
38 </action>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
39 </actions>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
40 </install>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
41 <readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
42 Compiling SAMtools requires the ncurses and zlib development libraries.
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
43 </readme>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
44 </package>
3fdeebd7e710 Initial commit
lparsons
parents:
diff changeset
45 </tool_dependency>