view dante_gff_to_tabular.xml @ 31:ae4cebdccf74 draft

planemo upload commit 0e706a5b6d79e3b33bdc226d806f0fefe718c57f-dirty
author petr-novak
date Wed, 29 Jan 2025 12:49:00 +0000
parents f0663cdbae66
children
line wrap: on
line source

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