Mercurial > repos > petr-novak > dante
annotate dante_gff_to_tabular.xml @ 32:393fb45bd50f draft default tip
planemo upload commit ca3e700d61477ca5de353babb7f5f1db469d937b-dirty
author | petr-novak |
---|---|
date | Tue, 04 Feb 2025 09:48:33 +0000 |
parents | ae4cebdccf74 |
children |
rev | line source |
---|---|
31
ae4cebdccf74
planemo upload commit 0e706a5b6d79e3b33bdc226d806f0fefe718c57f-dirty
petr-novak
parents:
30
diff
changeset
|
1 <tool id="gff_to_tabular" name="Convert dante gff3 to tab delimited file" version="2.6.1" python_template_version="3.5"> |
12 | 2 <requirements> |
31
ae4cebdccf74
planemo upload commit 0e706a5b6d79e3b33bdc226d806f0fefe718c57f-dirty
petr-novak
parents:
30
diff
changeset
|
3 <requirement type="package">dante=0.2.6</requirement> |
12 | 4 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | |
23
e2bbc79f0fac
"planemo upload commit baf4ca09569b1b709c37f2df712e778da05edaf9-dirty"
petr-novak
parents:
12
diff
changeset
|
6 summarize_gff.R '$inputgff' '$output' |
12 | 7 ]]></command> |
8 <inputs> | |
9 <param type="data" name="inputgff" format="gff3" /> | |
10 </inputs> | |
11 <outputs> | |
12 <data name="output" format="tabular" /> | |
13 </outputs> | |
14 <help><![CDATA[ | |
15 TODO: Fill in help. | |
16 ]]></help> | |
17 </tool> |