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