Mercurial > repos > yating-l > ucsc_blat
annotate tool_dependencies.xml @ 1:4f7ad18c3812 draft
planemo upload commit fe41c3fe7b41d81e10e16e0a103e589d08406fd7-dirty
| author | yating-l |
|---|---|
| date | Tue, 31 Jan 2017 17:36:49 -0500 |
| parents | 9e56efe1c371 |
| children | bbea77d58f4e |
| rev | line source |
|---|---|
| 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"> | |
|
1
4f7ad18c3812
planemo upload commit fe41c3fe7b41d81e10e16e0a103e589d08406fd7-dirty
yating-l
parents:
0
diff
changeset
|
8 <install version="1.0"> |
| 0 | 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> |
