annotate tool_dependencies.xml @ 62:040d87a2ba01 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq commit 0d7fcf576fd797327af90538b216473ef13daa41
author iuc
date Sat, 23 May 2015 23:01:17 -0400
parents 0c871984a634
children e34313b3898b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
3 <package name="pysam" version="0.7.6">
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
4 <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
5 </package>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
6 <package name="matplotlib" version="1.2.1">
62
040d87a2ba01 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq commit 0d7fcf576fd797327af90538b216473ef13daa41
iuc
parents: 61
diff changeset
7 <repository changeset_revision="dc29f1f60887" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
56
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
8 </package>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
9 <package name="htseq" version="0.5.4p3">
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
10 <install version="1.0">
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
11 <actions>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
12 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.6.1.tar.gz</action>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
13 <action type="set_environment_for_install">
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
14 <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
15 <package name="pysam" version="0.7.6" />
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
16 </repository>
62
040d87a2ba01 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq commit 0d7fcf576fd797327af90538b216473ef13daa41
iuc
parents: 61
diff changeset
17 <repository changeset_revision="dc29f1f60887" name="package_matplotlib_1_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
56
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
18 <package name="matplotlib" version="1.2.1" />
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
19 </repository>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
20 </action>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
21 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
22 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
23 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
24 <action type="set_environment">
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
25 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
27 </action>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
28 </actions>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
29 </install>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
30 <readme>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
31 Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), pysam and the Numpy Python package.
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
32 Note this uses the matplotlib lite version dependent on the lite version of numpy - no atlas compilation
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
33 </readme>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
34 </package>
9b59cd40f20d Uploaded
iuc
parents:
diff changeset
35 </tool_dependency>