Mercurial > repos > fubar > htseqdevtest
annotate HTSeq/tool_dependencies.xml @ 3:cb914a3a1870 draft default tip
Uploaded
author | fubar |
---|---|
date | Wed, 05 Jun 2013 01:37:41 -0400 |
parents | be5820b55078 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="HTSeq" version="0.5.4p3"> | |
3 | 4 <repository changeset_revision="ad6ebe2c75ef" name="package_numpy_1_7" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
0 | 5 <install version="1.0"> |
6 <actions> | |
7 <action type="setup_virtualenv">matplotlib==1.2.1 | |
8 HTSeq==0.5.4p3 | |
9 </action> | |
10 </actions> | |
11 </install> | |
12 <readme>This is a dependency only package. It will setup a virtualenv with HTSEq and matplotlib. It requires numpy to be already available so requires the numpy dependency package</readme> | |
13 </package> | |
14 </tool_dependency> |