Mercurial > repos > yating-l > ucsc_blat
comparison tool_dependencies.xml @ 7:10f3a5b6f2ac draft
planemo upload commit 964ceec6b1c6371b10923c7d49446b1361fc5895-dirty
author | yating-l |
---|---|
date | Mon, 09 Jul 2018 13:07:54 -0400 |
parents | 951076264957 |
children | a9d863528f48 |
comparison
equal
deleted
inserted
replaced
6:250a7f2b1331 | 7:10f3a5b6f2ac |
---|---|
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> |