Mercurial > repos > cjav > package_ngs_tools_0_1_8
annotate tool_dependencies.xml @ 0:f35faa4522d8 draft default tip
Uploaded
author | cjav |
---|---|
date | Mon, 14 Oct 2013 14:18:34 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="ngs-tools" version="0.1.8"> | |
4 <readme> | |
5 This Galaxy Tool Shed package installs ngs-tools. This requires and assumes a | |
6 standard C compiler is already installed, along with the Python header files. | |
7 | |
8 Development of this dependency definition is being done here on GitHub: | |
9 https://github.com/cjav/ngs-tools/tree/master/galaxy-tools | |
10 </readme> | |
11 <install version="1.0"> | |
12 <actions> | |
13 <action type="setup_virtualenv"> | |
14 docopt==0.6.1 | |
15 biopython==1.62 | |
16 python-levenshtein==0.10.2 | |
17 ngs-tools==0.1.8 | |
18 </action> | |
19 </actions> | |
20 </install> | |
21 | |
22 </package> | |
23 </tool_dependency> |