0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="blat" version="35">
|
|
4 <!-- <repository name="package_blat_35x1" owner="iuc" /> This may be used instead of everything inside <install> when a stable Galaxy release will support the 'download_binary' action type -->
|
|
5 <install version="1.0">
|
|
6 <actions>
|
|
7 <action type="download_by_url" target_filename="blatSrc.zip">http://hgwdev.cse.ucsc.edu/~kent/src/blatSrc35.zip</action>
|
|
8 <action type="shell_command">export MACHTYPE=`uname -m` && export HOME=$INSTALL_DIR && mkdir -p $HOME/bin/$MACHTYPE && make</action>
|
|
9 <action type="set_environment">
|
|
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/`uname -m`</environment_variable>
|
|
11 </action>
|
|
12 </actions>
|
|
13 </install>
|
1
|
14 <readme>
|
|
15 BLAT sequence aligner from the UCSC: http://genome.ucsc.edu/FAQ/FAQblat.html
|
|
16 Git development repository: http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git
|
|
17
|
|
18 Please note that the BLAT source and executables are freely available for
|
|
19 academic, nonprofit and personal use. Commercial licensing information is
|
|
20 available on the Kent Informatics website (http://www.kentinformatics.com/).
|
|
21 </readme>
|
0
|
22 </package>
|
|
23 </tool_dependency>
|