Mercurial > repos > yating-l > bamtobigwig
diff tool_dependencies.xml @ 0:25175ee4eb90 draft
planemo upload commit 54155cb43a07d563ee6861c2410a167b9c879ff4-dirty
| author | yating-l |
|---|---|
| date | Tue, 07 Feb 2017 17:04:51 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Feb 07 17:04:51 2017 -0500 @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ucsc_tools_340" 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.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 action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + </action> + </actions_group> + </install> + <readme>The well known UCSC tools from Jim Kent.</readme> + </package> + + <package name="bedtools" version="2.24"> + <repository changeset_revision="c8fa8e1bf77d" name="package_bedtools_2_24" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + +</tool_dependency>
