Mercurial > repos > cjav > package_ngs_tools_0_1_7
comparison tool_dependencies.xml @ 0:84a11fe35ee3 draft default tip
ngs-tools 0.1.7.
author | cjav |
---|---|
date | Wed, 09 Oct 2013 16:26:06 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:84a11fe35ee3 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="ngs-tools" version="0.1.7"> | |
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 <action type="set_environment_for_install"> | |
13 <repository name="package_biopython_1_62" owner="biopython"> | |
14 <package name="biopython" version="1.62" /> | |
15 </repository> | |
16 </action> | |
17 <actions> | |
18 <action type="setup_virtualenv"> | |
19 docopt==0.6.1 | |
20 biopython==1.62 | |
21 python-levenshtein==0.10.2 | |
22 ngs-tools==0.1.7 | |
23 </action> | |
24 </actions> | |
25 </install> | |
26 | |
27 </package> | |
28 </tool_dependency> |