Mercurial > repos > petr-novak > dante
view dante_gff_to_tabular.xml @ 26:02c6dff8c381 draft
planemo upload commit 202571c71948c191243774cbc5547b3e405b8132-dirty
author | petr-novak |
---|---|
date | Tue, 31 Jan 2023 15:58:34 +0000 |
parents | df99812ded92 |
children | 064d80d1fa28 |
line wrap: on
line source
<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="1.1.7" python_template_version="3.5"> <requirements> <requirement type="package">dante=0.1.7</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>