Mercurial > repos > bebatut > prinseq
diff tool_dependencies.xml @ 0:65f03479b3ba draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/prinseq/ commit 60b4516b1882c91adf8041a586c0a17738f38dbc-dirty
author | bebatut |
---|---|
date | Tue, 27 Oct 2015 12:43:37 -0400 |
parents | |
children | 8ce1118769d9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 27 12:43:37 2015 -0400 @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="prinseq" version="0.20.4"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency> \ No newline at end of file