Mercurial > repos > fubar > htseqdevtest
annotate HTSeq/tool_dependencies.xml @ 0:ec2fc72d010a draft
Initial test
author | fubar |
---|---|
date | Wed, 05 Jun 2013 00:49:10 -0400 |
parents | |
children | be5820b55078 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="HTSeq" version="0.5.4p3"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="setup_virtualenv">matplotlib==1.2.1 | |
7 HTSeq==0.5.4p3 | |
8 </action> | |
9 </actions> | |
10 </install> | |
11 <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> | |
12 </package> | |
13 </tool_dependency> | |
14 |