Mercurial > repos > cjav > package_ngs_tools_0_1_6
comparison tool_dependencies.xml @ 8:287396f1f027 draft
Uploaded
author | cjav |
---|---|
date | Tue, 24 Sep 2013 10:09:18 -0400 |
parents | a9368d6f0519 |
children | 068b92f3898b |
comparison
equal
deleted
inserted
replaced
7:a9368d6f0519 | 8:287396f1f027 |
---|---|
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="biopython" version="1.62"> | 3 <package name="biopython" version="1.62"> |
4 <repository changeset_revision="ac9cc2992b69" name="package_biopython_1_62" owner="biopython" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="ac9cc2992b69" name="package_biopython_1_62" owner="biopython" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="ngs-tools" version="0.1.6"> | 6 <package name="ngs-tools" version="0.1.6"> |
7 <readme> | |
8 This Galaxy Tool Shed package installs ngs-tools. This requires and assumes a | |
9 standard C compiler is already installed, along with the Python header files. | |
10 | |
11 Development of this dependency definition is being done here on GitHub: | |
12 https://github.com/cjav/ngs-tools/tree/master/galaxy-tools | |
13 </readme> | |
7 <install version="1.0"> | 14 <install version="1.0"> |
15 <action type="set_environment_for_install"> | |
16 <repository name="package_biopython_1_62" owner="biopython"> | |
17 <package name="biopython" version="1.62" /> | |
18 </repository> | |
19 </action> | |
8 <actions> | 20 <actions> |
9 <action type="setup_virtualenv">ngs-tools==0.1.6</action> | 21 <action type="setup_virtualenv"> |
22 docopt==0.6.1 | |
23 biopython==1.62 | |
24 python-levenshtein==0.10.2 | |
25 ngs-tools==0.1.6 | |
26 </action> | |
10 </actions> | 27 </actions> |
11 </install> | 28 </install> |
29 | |
12 </package> | 30 </package> |
13 </tool_dependency> | 31 </tool_dependency> |