comparison package_htseq_0.5.4/tool_dependency.xml @ 1:af2f005e5569 draft

Uploaded
author fubar
date Thu, 06 Jun 2013 07:51:17 -0400
parents f30c626679aa
children
comparison
equal deleted inserted replaced
0:f30c626679aa 1:af2f005e5569
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- borrowed by Ross Lazarus from Lance Parson's htseq code --> 2 <!-- borrowed by Ross Lazarus from Lance Parson's htseq code -->
3 <tool_dependency> 3 <tool_dependency>
4 <package name="package_numpy_1_7" version="1.7.1">
5 <repository name="package_numpy_1_7" owner="blankenberg" toolshed="http://testtoolshed.g2.bx.psu.edu"/>
6 </package>
7 <package name="package_matplotlib_1_2" version="1.2">
8 <repository name="package_matplotlib_1_2" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu"/>
9 </package>
10 <package name="package_htseq_0.5_4" version="0.5.4p3"> 4 <package name="package_htseq_0.5_4" version="0.5.4p3">
11 <install version="1.0"> 5 <install version="1.0">
12 <actions> 6 <actions>
13 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.4p3.tar.gz</action> 7 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.4p3.tar.gz</action>
14 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> 8 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
22 </install> 16 </install>
23 <readme> 17 <readme>
24 Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), and the Numpy Python package. 18 Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), and the Numpy Python package.
25 </readme> 19 </readme>
26 </package> 20 </package>
21 <package name="package_numpy_1_7" version="1.7.1">
22 <repository name="package_numpy_1_7" owner="blankenberg" toolshed="http://testtoolshed.g2.bx.psu.edu"/>
23 </package>
24 <package name="package_matplotlib_1_2" version="1.2">
25 <repository name="package_matplotlib_1_2" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu"/>
26 </package>
27 </tool_dependency> 27 </tool_dependency>