Mercurial > repos > iuc > sickle
view tool_dependencies.xml @ 4:3825840482cb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sickle commit a8611c912a8265de6f64a3e17cea63c87fa48b8e
| author | iuc |
|---|---|
| date | Mon, 23 Jan 2017 06:06:52 -0500 |
| parents | 3862781b4445 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="zlib" version="1.2.8"> <repository changeset_revision="3348f1acee2a" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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="3348f1acee2a" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.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>
