changeset 7:b183a90fe278 draft

planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit ebbb4da7c0c0176df539f9baa7c9323d9ff5f201
author iuc
date Tue, 31 Oct 2023 16:32:13 +0000
parents e2a8e134e928
children 079fffa782df
files proteinortho_grab_proteins.xml proteinortho_macros.xml
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proteinortho_grab_proteins.xml	Fri Jun 16 20:52:48 2023 +0000
+++ b/proteinortho_grab_proteins.xml	Tue Oct 31 16:32:13 2023 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>proteinortho_macros.xml</import>
     </macros>
+    <expand macro="biotools"/>
     <expand macro="requirements"/>
     <expand macro="version_command"/>
     <command detect_errors="exit_code"><![CDATA[
--- a/proteinortho_macros.xml	Fri Jun 16 20:52:48 2023 +0000
+++ b/proteinortho_macros.xml	Tue Oct 31 16:32:13 2023 +0000
@@ -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>