Mercurial > repos > iuc > package_vsearch_1_1_3
view tool_dependencies.xml @ 0:c1fc77fac9fb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_vsearch_1_1_3 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 15:03:47 -0400 |
parents | |
children | 559454eab468 |
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"> <source>vsearch-1.1.3-osx-x86_64</source> <destination>$INSTALL_DIR/bin/vsearch</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"> <source>vsearch-1.1.3-linux-x86_64</source> <destination>$INSTALL_DIR/bin/vsearch</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>