Mercurial > repos > pjbriggs > trimmomatic
view tool_dependencies.xml @ 5:f80107cdc406 draft
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
author | pjbriggs |
---|---|
date | Fri, 16 Dec 2016 11:31:55 -0500 |
parents | 14d05f2d511d |
children |
line wrap: on
line source
<?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" rename_to="trimmomatic.jar"> <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_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> <action type="set_environment"> <environment_variable name="TRIMMOMATIC_ADAPTERS_PATH" action="set_to">$INSTALL_DIR/adapters</environment_variable> </action> </actions> </install> <readme>Trimmomatic requires the Java Runtime Environment </readme> </package> </tool_dependency>