view dante_gff_to_tabular.xml @ 23:e2bbc79f0fac draft

"planemo upload commit baf4ca09569b1b709c37f2df712e778da05edaf9-dirty"
author petr-novak
date Wed, 25 Jan 2023 13:06:55 +0000
parents ddc6bab20889
children df99812ded92
line wrap: on
line source

<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="0.1.4" python_template_version="3.5">
    <requirements>
        <requirement type="package">dante=0.1.4</requirement>
    </requirements>
    <command detect_errors="exit_code"><![CDATA[
        summarize_gff.R '$inputgff' '$output'
    ]]></command>
    <inputs>
      <param type="data" name="inputgff" format="gff3" />
    </inputs>
    <outputs>
        <data name="output" format="tabular" />
    </outputs>
    <help><![CDATA[
        TODO: Fill in help.
    ]]></help>
</tool>