view dante_gff_to_tabular.xml @ 28:a9c81555f2fb draft

"planemo upload commit 4a5dc2e9ef73196e67feeb2b6952b835567fa557"
author petr-novak
date Wed, 26 Apr 2023 07:38:47 +0000
parents 064d80d1fa28
children
line wrap: on
line source

<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="1.1.8" python_template_version="3.5">
    <requirements>
        <requirement type="package">dante=0.1.8</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>