view convert_gff.xml @ 5:79261884facd draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
author iuc
date Sat, 27 Nov 2021 09:48:35 +0000
parents 2aea122fbd25
children 07d7991bf205
line wrap: on
line source

<?xml version="1.0"?>
<tool id="gff_to_prot" name="Convert GFF3" version="@VERSION@+galaxy0">
    <description>to prot_table for TRANSIT</description>
    <expand macro="bio_tools"/>
    <macros>
        <import>macros.xml</import>
    </macros>
    <expand macro="requirements" />
    <command detect_errors="exit_code">transit convert gff_to_prot_table '$input' '$output'</command>
    <inputs>
        <param name="input" type="data" format="gff3" label="GenBank GFF file" />
    </inputs>
    <outputs>
        <data name="output" format="tabular" />
    </outputs>
    <tests>
        <test>
            <param name="input" ftype="gff3" value="gff_to_prot-in1.gff3" />
            <output name="output" file="gff_to_prot-out1.txt" />
        </test>
    </tests>

    <help>
<![CDATA[
.. class:: infomark


**What it does**

-------------------

Convert Gff3 files coming from Genbank in prot_table file that can be used as an input for TRANSIT tools.

]]></help>
    <expand macro="citations" />

</tool>