Previous changeset 8:0ffe5be70caf (2023-10-20) Next changeset 10:1691af4a0d17 (2023-12-11) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 1102ae206f5dfb9322d28b23d224eb67a7b80a1c |
modified:
funannotate_clean.xml macros.xml |
b |
diff -r 0ffe5be70caf -r 989f7c061f35 funannotate_clean.xml --- a/funannotate_clean.xml Fri Oct 20 10:10:46 2023 +0000 +++ b/funannotate_clean.xml Wed Nov 01 09:55:32 2023 +0000 |
b |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="biotools" /> <requirements> <expand macro="requirements" /> </requirements> |
b |
diff -r 0ffe5be70caf -r 989f7c061f35 macros.xml --- a/macros.xml Fri Oct 20 10:10:46 2023 +0000 +++ b/macros.xml Wed Nov 01 09:55:32 2023 +0000 |
b |
@@ -1,8 +1,14 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.8.15</token> - <token name="@VERSION_SUFFIX@">2</token> - + <token name="@VERSION_SUFFIX@">3</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> |