0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="ucsc_user_apps" version="1.0.0">
|
1
|
4 <install version="1.0">
|
0
|
5 <actions>
|
|
6 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz</action>
|
2
|
7 <action type="bash_command">make</action>
|
0
|
8 <action type="set_environment">
|
|
9 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable>
|
|
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
11 </action>
|
|
12 </actions>
|
|
13 </install>
|
|
14 <readme>
|
|
15 UCSC User Apps may take a moment for installation as it builds all utililities.
|
|
16 Post installation, all tools will be available as command line executables.
|
|
17 </readme>
|
|
18 </package>
|
|
19 </tool_dependency>
|