Mercurial > repos > yating-l > ucsc_pslpostarget
comparison tool_dependencies.xml @ 0:fe51c5a974b5 draft
planemo upload commit 8c3aff54626caa56e8396ef25308754ef4beb3c5
author | yating-l |
---|---|
date | Wed, 12 Apr 2017 17:51:28 -0400 |
parents | |
children | 0ffee257645e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fe51c5a974b5 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <!-- required tools: | |
4 -pslPosTarget | |
5 --> | |
6 <package name="ucsc_tools_340_for_BLAT" version="1.0"> | |
7 <install version="1.0"> | |
8 <actions_group> | |
9 <actions architecture="x86_64" os="linux"> | |
10 <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/package_ucsc_tools_340_for_BLAT.tar.gz</action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>.</source_directory> | |
13 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
14 </action> | |
15 </actions> | |
16 <action type="set_environment"> | |
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
18 </action> | |
19 </actions_group> | |
20 </install> | |
21 <readme>The tools and utilities were created by the UCSC Genome Bioinformatics Group</readme> | |
22 </package> | |
23 </tool_dependency> |