Mercurial > repos > iuc > funannotate_compare
changeset 7:d9300da9d409 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 9e3708d04faea0f1be4ea8918e859d6f2c7eb31d
| author | iuc |
|---|---|
| date | Wed, 26 Jun 2024 09:34:44 +0000 |
| parents | d624f516aa1a |
| children | ea5944e50e36 |
| files | funannotate_compare.xml macros.xml |
| diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/funannotate_compare.xml Tue Apr 25 18:25:16 2023 +0000 +++ b/funannotate_compare.xml Wed Jun 26 09:34:44 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="biotools" /> <requirements> <expand macro="requirements" /> </requirements> @@ -27,7 +28,7 @@ --run_dnds ${run_dnds} #end if -## TODO add --outgroup option some day (hard to get an up to date/customizable list) +## need to add --outgroup option some day (hard to get an up to date/customizable list) --go_fdr ${go_fdr}
--- a/macros.xml Tue Apr 25 18:25:16 2023 +0000 +++ b/macros.xml Wed Jun 26 09:34:44 2024 +0000 @@ -1,8 +1,14 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.8.15</token> - <token name="@VERSION_SUFFIX@">1</token> - + <token name="@VERSION_SUFFIX@">5</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools"> + funannotate + </xref> + </xrefs> + </xml> <xml name="requirements"> <requirement type="package" version="@TOOL_VERSION@">funannotate</requirement> </xml>
