0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="ngs-tools" version="0.1.6">
|
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>
|
0
|
11 <install version="1.0">
|
8
|
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>
|
0
|
17 <actions>
|
8
|
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>
|
0
|
24 </actions>
|
|
25 </install>
|
8
|
26
|
0
|
27 </package>
|
|
28 </tool_dependency>
|