Mercurial > repos > yating-l > ucsc_pslcheck
diff tool_dependencies.xml @ 0:ac2c7352c31c draft
planemo upload commit eec1dc1190352126ba498e7b1bf983edc944d166-dirty
| author | yating-l | 
|---|---|
| date | Wed, 08 Feb 2017 17:42:52 -0500 | 
| parents | |
| children | 921edd489d9b | 
line wrap: on
 line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Feb 08 17:42:52 2017 -0500 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <!-- required tools: + - blat + - sort + - pslReps + - faPolyASizes + - pslCDnaFilter + --> + <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/package_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
