view convert_gff.xml @ 1:28283ac44e5f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0-dirty
author iuc
date Thu, 28 Feb 2019 09:04:48 -0500
parents f6c407e41a33
children 5b78f251c69f
line wrap: on
line source

<?xml version="1.0"?>
<tool id="gff_to_prot" name="Convert GFF3" version="1.0.0">
    <description>to prot_table for TRANSIT</description>
    <command detect_errors="exit_code">$__tool_directory__/gff_to_prot.py '$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>
</tool>