Mercurial > repos > sanbi-uwc > trimmomatic
diff tool_dependencies.xml @ 0:d8975856862e draft
planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 59bf1dad1e71026bff0431a020335c51ce1fd153
author | sanbi-uwc |
---|---|
date | Fri, 20 Jan 2017 08:00:23 -0500 |
parents | |
children | 642a39a927c9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jan 20 08:00:23 2017 -0500 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="trimmomatic" version="0.36"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.36.zip</action> + <action type="move_file"> + <source>trimmomatic-0.36.jar</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_directory_files"> + <source_directory>adapters</source_directory> + <destination_directory>$INSTALL_DIR/adapters</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="TRIMMOMATIC_DIR" action="set_to">$INSTALL_DIR</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="TRIMMOMATIC_ADAPTERS_DIR" action="set_to">$INSTALL_DIR/adapters</environment_variable> + </action> + </actions> + </install> + <readme>Trimmomatic requires the Java Runtime Environment + </readme> + </package> +</tool_dependency> +