view data_manager/data_manager_sortmerna_download.xml @ 3:d56a5622b889 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_sortmerna_database_downloader commit 6aa3014c2c6f9ef9ee71b20cfffec461b3a102a5-dirty
author bebatut
date Tue, 06 Jun 2017 09:51:54 -0400
parents 505260412cb1
children afe988ad1e1d
line wrap: on
line source

<tool id="data_manager_sortmerna_download" name="Download SortMeRNA" version="@VERSION@.1" tool_type="manage_data">
    <description>reference databases</description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <requirements>
        <requirement type="package" version="@VERSION@">sortmerna</requirement>
        <requirement type="package" version="2.13.0">requests</requirement>
    </requirements>
    <stdio>
        <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
        <exit_code range="1:" level="fatal" description="Error" />
    </stdio>
    <command><![CDATA[
        python '$__tool_directory__/data_manager_sortmerna_download.py'
            --version @VERSION@
            --jsonfile '$out_file'
    ]]></command>
    <inputs>
    </inputs>
    <outputs>
           <data name="out_file" format="data_manager_json" label="${tool.name}"/>
    </outputs>
    <tests>
    </tests>
    <help><![CDATA[
This tool downloads the reference databases for SortMeRNA and index it
    ]]></help>
    <citations>
        <citation type="doi">10.1093/bioinformatics/bts611</citation>
        <yield />
    </citations>
</tool>