Mercurial > repos > petr-novak > dante
view dante_gff_to_tabular.xml @ 25:74babe57d739 draft
"planemo upload commit a0a9b02c60a91942a271b8b35648c0b152fe1ebd-dirty"
author | petr-novak |
---|---|
date | Fri, 27 Jan 2023 09:28:06 +0000 |
parents | df99812ded92 |
children | 02c6dff8c381 |
line wrap: on
line source
<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="0.1.5" python_template_version="3.5"> <requirements> <requirement type="package">dante=0.1.5</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>