|
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>
|