Previous changeset 5:2fa74a3f6670 (2023-10-25) Next changeset 7:7844dbe4f8e2 (2024-05-30) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/amrfinderplus commit b9e8ae9eeeff6fb23e25eca3d4a89323c7f37c33 |
modified:
amrfinderplus.xml macro.xml |
b |
diff -r 2fa74a3f6670 -r 1920244e2895 amrfinderplus.xml --- a/amrfinderplus.xml Wed Oct 25 07:18:20 2023 +0000 +++ b/amrfinderplus.xml Tue Oct 31 14:47:37 2023 +0000 |
b |
@@ -5,7 +5,7 @@ <macros> <import>macro.xml</import> </macros> - <expand macro='edam'/> + <expand macro="biotools"/> <expand macro="requirements"/> <expand macro="version_command"/> |
b |
diff -r 2fa74a3f6670 -r 1920244e2895 macro.xml --- a/macro.xml Wed Oct 25 07:18:20 2023 +0000 +++ b/macro.xml Tue Oct 31 14:47:37 2023 +0000 |
[ |
@@ -1,14 +1,14 @@ <macros> <token name="@TOOL_VERSION@">3.11.26</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command><![CDATA[amrfinder --version]]></version_command> </xml> - <xml name="edam"> - <edam_operations> - <edam_operation>operation_3482</edam_operation> - </edam_operations> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">amrfinderplus</xref> + </xrefs> </xml> <xml name="requirements"> <requirements> |