2
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
|
4 <package name="nist_wrapper_venv" version="0.2">
|
|
5 <install version="1.0">
|
|
6 <actions>
|
|
7
|
|
8 <action type="setup_virtualenv">
|
|
9 jinja2==2.7.3
|
|
10 six==1.7.2
|
|
11 argparse==1.2.1
|
|
12 </action>
|
|
13
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>A Python 2 virtual environment that includes the python packages jinja2, six, argparse.</readme>
|
|
17 </package>
|
|
18
|
14
|
19 <package name="nist_controller" version="0.2">
|
|
20 <install version="1.0">
|
|
21 <actions>
|
|
22 <action type="download_by_url">http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py</action>
|
|
23 <action type="move_directory_files">
|
15
|
24 <source_directory>.</source_directory>
|
|
25 <destination_directory>$GALAXY_HOME/lib/galaxy/webapps/galaxy/controllers/</destination_directory>
|
|
26 </action>
|
|
27 <action type="shell_command">
|
|
28 cd $GALAXY_HOME;
|
|
29 wget http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py;
|
|
30 </action>
|
14
|
31 </actions>
|
|
32 </install>
|
|
33 <readme>Ensures nist_controller file is placed</readme>
|
|
34 </package>
|
|
35
|
2
|
36 </tool_dependency> |