Previous changeset 5:5532c0e5d4a6 (2023-06-16) Next changeset 7:c5dd4f86d981 (2024-01-23) |
Commit message:
planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit ebbb4da7c0c0176df539f9baa7c9323d9ff5f201 |
modified:
proteinortho.xml proteinortho_macros.xml |
b |
diff -r 5532c0e5d4a6 -r 10112d9127af proteinortho.xml --- a/proteinortho.xml Fri Jun 16 20:52:41 2023 +0000 +++ b/proteinortho.xml Tue Oct 31 16:32:03 2023 +0000 |
[ |
@@ -41,6 +41,7 @@ </output> </xml> </macros> + <expand macro="biotools"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"><![CDATA[ |
b |
diff -r 5532c0e5d4a6 -r 10112d9127af proteinortho_macros.xml --- a/proteinortho_macros.xml Fri Jun 16 20:52:41 2023 +0000 +++ b/proteinortho_macros.xml Tue Oct 31 16:32:03 2023 +0000 |
b |
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">6.2.3</token> - <token name="@WRAPPER_VERSION@">1</token> + <token name="@WRAPPER_VERSION@">2</token> <token name="@PROFILE@">20.09</token> <xml name="citations"> <citations> @@ -9,6 +9,11 @@ <citation type="doi">10.1371/journal.pone.0105015</citation> </citations> </xml> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">proteinortho</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">proteinortho</requirement> |