Mercurial > repos > galaxyp > package_hardklor_2_30
changeset 0:e25ed64d962b draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/packages/package_hardklor_2_30 commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
author | galaxyp |
---|---|
date | Mon, 23 May 2016 11:11:52 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon May 23 11:11:52 2016 -0400 @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="hardklor" version="2.30"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="4aa6a5123087c3e8e5cdb716bf63d04fd86ffde752d00c6b0c45decacc4d5b91" target_filename="hardklor.zip"> + https://depot.galaxyproject.org/software/hardklor/hardklor_2.3.0_linux_x64.zip + </action> + <action type="move_file"> + <source>hardklor</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="chmod"> + <file mode="755">$INSTALL_DIR/bin/hardklor</file> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Install Galaxy package application for hardklör 2.30 + https://proteome.gs.washington.edu/software/hardklor/ + </readme> + </package> +</tool_dependency>