Mercurial > repos > petr-novak > dante
view dante_gff_to_tabular.xml @ 34:5210db15a5fa draft default tip
planemo upload commit 5c1674d0b06b74cd98d5cd95e8b006e430569086-dirty
author | petr-novak |
---|---|
date | Thu, 19 Jun 2025 10:21:26 +0000 |
parents | ae4cebdccf74 |
children |
line wrap: on
line source
<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="2.9.1" python_template_version="3.5"> <requirements> <requirement type="package" version="0.2.9">dante</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>