Mercurial > repos > iuc > sickle
view tool_dependencies.xml @ 5:3905ccd5c631 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sickle commit ac66c0e64af4ca48313478a69d68d0a682d4ab35
author | iuc |
---|---|
date | Thu, 13 Apr 2017 16:06:10 -0400 |
parents | 89c9361b93da |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="zlib" version="1.2.8"> <repository changeset_revision="411985b46ae8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="sickle" version="1.33"> <install version="1.0"> <actions> <action target_filename="sickle-1.33.tar.gz" type="download_by_url">https://github.com/najoshi/sickle/archive/v1.33.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="411985b46ae8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> <package name="zlib" version="1.2.8" /> </repository> </action> <action type="shell_command">make</action> <action type="move_file"> <source>sickle</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> Sickle is a windowed adaptive trimming tool for FASTQ files using quality. </readme> </package> </tool_dependency>