comparison tool_dependencies.xml @ 1:b765dd7a4187 draft default tip

Switched to installing all dependencies using "setup_virtualenv".
author cjav
date Tue, 24 Sep 2013 11:37:12 -0400
parents a86055b09b0a
children
comparison
equal deleted inserted replaced
0:a86055b09b0a 1:b765dd7a4187
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="biopython" version="1.62">
4 <repository changeset_revision="3e82cbc44886" name="package_biopython_1_62" owner="biopython" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="ngs-tools" version="0.1.6"> 3 <package name="ngs-tools" version="0.1.6">
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>
7 <install version="1.0"> 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>
8 <actions> 17 <actions>
9 <action type="setup_virtualenv">ngs-tools==0.1.6</action> 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.6
23 </action>
10 </actions> 24 </actions>
11 </install> 25 </install>
26
12 </package> 27 </package>
13 </tool_dependency> 28 </tool_dependency>