Mercurial > repos > petr-novak > dante
comparison 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 |
comparison
equal
deleted
inserted
replaced
26:02c6dff8c381 | 27:064d80d1fa28 |
---|---|
1 <tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="1.1.7" python_template_version="3.5"> | 1 <tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="1.1.8"" python_template_version="3.5"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package">dante=0.1.7</requirement> | 3 <requirement type="package">dante=0.1.8</requirement> |
4 </requirements> | 4 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 5 <command detect_errors="exit_code"><![CDATA[ |
6 summarize_gff.R '$inputgff' '$output' | 6 summarize_gff.R '$inputgff' '$output' |
7 ]]></command> | 7 ]]></command> |
8 <inputs> | 8 <inputs> |