view dante_gff_to_tabular.xml @ 33:726b8447eb09 draft default tip

planemo upload commit c40ba1dc48be09c83cbd243b06801b43d2c31be1-dirty
author petr-novak
date Fri, 07 Feb 2025 10:09:04 +0000
parents ae4cebdccf74
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>