Mercurial > repos > lparsons > htseq_count
annotate tool_dependencies.xml @ 16:227f9d3f0e32 draft
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
author | lparsons |
---|---|
date | Fri, 11 Apr 2014 15:05:28 -0400 |
parents | 265ca0f35789 |
children | d5edaf8dc974 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
13 | 3 |
4 <package name="numpy" version="1.7.1"> | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
5 <repository changeset_revision="0c288abd2a1e" name="package_numpy_1_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" /> |
13 | 6 </package> |
7 | |
8 <package name="samtools" version="0.1.19"> | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
9 <repository changeset_revision="1ef76f8d8e52" name="package_samtools_0_1_19" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" /> |
13 | 10 </package> |
11 | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
12 <package name="htseq" version="0.6.1"> |
0 | 13 <install version="1.0"> |
14 <actions> | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
15 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.6.1.tar.gz</action> |
13 | 16 <!-- populate the environment variables from the dependend repos --> |
17 <action type="set_environment_for_install"> | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
18 <repository changeset_revision="0c288abd2a1e" name="package_numpy_1_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> |
13 | 19 <package name="numpy" version="1.7.1" /> |
20 </repository> | |
0 | 21 </action> |
12
62a1de8c8aae
Updated HTSEQ package to version 0.5.4p1, attempted to fix galaxy install where lib64 directory does not exist
lparsons
parents:
10
diff
changeset
|
22 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> |
62a1de8c8aae
Updated HTSEQ package to version 0.5.4p1, attempted to fix galaxy install where lib64 directory does not exist
lparsons
parents:
10
diff
changeset
|
23 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> |
62a1de8c8aae
Updated HTSEQ package to version 0.5.4p1, attempted to fix galaxy install where lib64 directory does not exist
lparsons
parents:
10
diff
changeset
|
24 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> |
0 | 25 <action type="set_environment"> |
13 | 26 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> |
27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
0 | 28 </action> |
29 </actions> | |
30 </install> | |
31 <readme> | |
32 Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), and the Nympy Python package. | |
33 </readme> | |
34 </package> | |
12
62a1de8c8aae
Updated HTSEQ package to version 0.5.4p1, attempted to fix galaxy install where lib64 directory does not exist
lparsons
parents:
10
diff
changeset
|
35 |
0 | 36 </tool_dependency> |