Mercurial > repos > melissacline > ucsc_xena_platform
comparison tool_dependencies.xml @ 0:8bb037f88ed2
Uploaded
author | melissacline |
---|---|
date | Tue, 13 Jan 2015 23:37:23 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8bb037f88ed2 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="installXena" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="setup_virtualenv"> | |
7 docutils | |
8 </action> | |
9 <action type="setup_virtualenv"> | |
10 python-daemon | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="XENA_JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | |
14 </action> | |
15 <action type="set_environment"> | |
16 <environment_variable name="PYTHONPATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable> | |
17 </action> | |
18 <action type="set_environment"> | |
19 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable> | |
20 </action> | |
21 </actions> | |
22 </install> | |
23 </package> | |
24 </tool_dependency> |