Mercurial > repos > lparsons > htseq_count
annotate tool_dependencies.xml @ 18:087e32034c95 draft
Uploaded
author | lparsons |
---|---|
date | Fri, 26 Sep 2014 10:48:21 -0400 |
parents | d5edaf8dc974 |
children | 3b3601a2a7c7 |
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 | |
17 | 12 <package name="pysam" version="0.7.7"> |
13 <repository changeset_revision="b62538c8c664" name="package_pysam_0_7_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
16 <package name="htseq" version="0.6.1"> |
0 | 17 <install version="1.0"> |
18 <actions> | |
16
227f9d3f0e32
Updated HTSeq package to version 0.6.1, fixed input format string, updated dependency definitions
lparsons
parents:
14
diff
changeset
|
19 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.6.1.tar.gz</action> |
13 | 20 <!-- populate the environment variables from the dependend repos --> |
21 <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
|
22 <repository changeset_revision="0c288abd2a1e" name="package_numpy_1_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> |
13 | 23 <package name="numpy" version="1.7.1" /> |
24 </repository> | |
0 | 25 </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
|
26 <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
|
27 <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
|
28 <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 | 29 <action type="set_environment"> |
13 | 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> |
31 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
0 | 32 </action> |
33 </actions> | |
34 </install> | |
35 <readme> | |
36 Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), and the Nympy Python package. | |
37 </readme> | |
38 </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
|
39 |
0 | 40 </tool_dependency> |