|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <!-- UCSC tools:
|
|
|
4 - blat
|
|
|
5 -
|
|
|
6 -->
|
|
|
7 <package name="ucsc_tools_340_for_BLAT" version="1.0">
|
|
|
8 <install version="340">
|
|
|
9 <actions_group>
|
|
|
10 <actions architecture="x86_64" os="linux">
|
|
|
11 <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/package_ucsc_tools_340_for_BLAT.zip</action>
|
|
|
12 <action type="move_directory_files">
|
|
|
13 <source_directory>.</source_directory>
|
|
|
14 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
|
15 </action>
|
|
|
16 </actions>
|
|
|
17 <action type="set_environment">
|
|
|
18 <envirionment_variable name="PAHT" action="prepend_to">$INSTALL_DIR/bin</envirionment_variable>
|
|
|
19 </action>
|
|
|
20 </actions_group>
|
|
|
21 </install>
|
|
|
22 <readme>The tools and utilities were created by the UCSC Genome Bioinformatics Group</readme>
|
|
|
23 </package>
|
|
|
24 </tool_dependency> |