Mercurial > repos > yating-l > ucsc_blat
annotate tool_dependencies.xml @ 3:04fd1cc20c52 draft
planemo upload commit fe41c3fe7b41d81e10e16e0a103e589d08406fd7-dirty
| author | yating-l |
|---|---|
| date | Tue, 31 Jan 2017 18:26:37 -0500 |
| parents | bbea77d58f4e |
| children | fbeff1df110b |
| 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"> | |
|
2
bbea77d58f4e
planemo upload commit fe41c3fe7b41d81e10e16e0a103e589d08406fd7-dirty
yating-l
parents:
1
diff
changeset
|
11 <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/package_ucsc_tools_340_for_BLAT.tar.gz</action> |
| 0 | 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"> | |
|
3
04fd1cc20c52
planemo upload commit fe41c3fe7b41d81e10e16e0a103e589d08406fd7-dirty
yating-l
parents:
2
diff
changeset
|
18 <envirionment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</envirionment_variable> |
| 0 | 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> |
