view dante_gff_to_tabular.xml @ 32:393fb45bd50f draft default tip

planemo upload commit ca3e700d61477ca5de353babb7f5f1db469d937b-dirty
author petr-novak
date Tue, 04 Feb 2025 09:48:33 +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>