Mercurial > repos > petr-novak > dante
view dante_gff_to_tabular.xml @ 27:064d80d1fa28 draft
planemo upload commit d8e871f6da54e3feb0b30e5926115c8f6c6a0890
author | petr-novak |
---|---|
date | Thu, 02 Feb 2023 09:48:58 +0000 |
parents | 02c6dff8c381 |
children | a9c81555f2fb |
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>