Mercurial > repos > petr-novak > dante
view dante_gff_to_tabular.xml @ 30:f0663cdbae66 draft default tip
planemo upload commit 29868d121127a8bb509a42fb917b09f669ad4a09-dirty
author | petr-novak |
---|---|
date | Tue, 05 Nov 2024 15:14:35 +0000 |
parents | a9c81555f2fb |
children |
line wrap: on
line source
<tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="2.5.1" python_template_version="3.5"> <requirements> <requirement type="package">dante=0.2.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>