Mercurial > repos > iuc > package_vsearch_1_1_3
view tool_dependencies.xml @ 1:559454eab468 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_vsearch_1_1_3 commit 025696892784ba9fd07404ce4d21f3dca4ac1a1e-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 14:20:19 -0400 |
parents | c1fc77fac9fb |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="vsearch" version="1.1.3"> <install version="1.0"> <actions_group> <actions architecture="x86_64" os="darwin"> <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-osx-x86_64</action> <action type="move_file" rename_to="vsearch"> <source>vsearch-1.1.3-osx-x86_64</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action> </actions> <actions architecture="x86_64" os="linux"> <action type="download_file">https://github.com/torognes/vsearch/releases/download/v1.1.3/vsearch-1.1.3-linux-x86_64</action> <action type="move_file" rename_to="vsearch"> <source>vsearch-1.1.3-linux-x86_64</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="shell_command">chmod +x $INSTALL_DIR/bin/vsearch</action> </actions> <action type="set_environment"> <environment_variable action="set_to" name="VSEARCH_ROOT_DIR">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions_group> </install> <readme> VSEARCH: Open and free 64-bit multithreaded tool for processing metagenomic sequences, including searching, clustering, chimera detection, dereplication, sorting, masking and shuffling. https://github.com/torognes/vsearch </readme> </package> </tool_dependency>