Mercurial > repos > yating-l > package_ucsc_blat_340
diff tool_dependencies.xml @ 0:cb552dc29cb9 draft
planemo upload commit d476446dd23645b740023fe2abacabeefca4c5a1
| author | yating-l |
|---|---|
| date | Tue, 08 Aug 2017 17:21:12 -0400 |
| parents | |
| children | 7a6285ab1e99 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Aug 08 17:21:12 2017 -0400 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ucsc_tools_340_for_BLAT" version="1.0"> + <install version="1.0"> + <actions_group> + <actions architecture="x86_64" os="linux"> + <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/ucsc_tools_340_for_BLAT.tar.gz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + </actions> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions_group> + </install> + <readme>The tools and utilities were created by the UCSC Genome Bioinformatics Group</readme> + </package> +</tool_dependency> \ No newline at end of file
