changeset 1:c3f58c2eee1e draft

"planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 95f1ae4ed1cdd56114df76d215f9e1ed549aa4c5"
author iuc
date Tue, 14 Sep 2021 11:39:29 +0000
parents 2e0e9c418a85
children a670bdbf8869
files proteinortho_macros.xml proteinortho_summary.xml
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/proteinortho_macros.xml	Tue Feb 18 17:56:58 2020 -0500
+++ b/proteinortho_macros.xml	Tue Sep 14 11:39:29 2021 +0000
@@ -1,7 +1,8 @@
 <?xml version="1.0"?>
 <macros>
-   <token name="@TOOL_VERSION@">6.0.14</token>
-   <token name="@WRAPPER_VERSION@">2.9.1</token>
+   <token name="@TOOL_VERSION@">6.0.31</token>
+   <token name="@WRAPPER_VERSION@">0</token>
+   <token name="@PROFILE@">20.09</token>
    <xml name="citations">
         <citations>
             <citation type="doi">10.1186/1471-2105-12-124</citation>
@@ -11,10 +12,12 @@
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">proteinortho</requirement>
-            <requirement type="package">diamond</requirement>
-            <requirement type="package">blast</requirement>
-            <requirement type="package">blat</requirement>
-            <requirement type="package">last</requirement>
+            <!-- blast, blat, and last are not in the biopython requirements
+                 diamond is, but latest version does not work: https://gitlab.com/paulklemm_PHD/proteinortho/-/issues/55 -->
+            <requirement type="package" version="2.0.9">diamond</requirement>
+            <requirement type="package" version="2.12.0">blast</requirement>
+            <requirement type="package" version="36">blat</requirement>
+            <requirement type="package" version="1256">last</requirement>
         </requirements>
     </xml>
     <xml name="version_command">
--- a/proteinortho_summary.xml	Tue Feb 18 17:56:58 2020 -0500
+++ b/proteinortho_summary.xml	Tue Sep 14 11:39:29 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="proteinortho_summary" name="Proteinortho summary" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@">
+<tool id="proteinortho_summary" name="Proteinortho summary" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="@PROFILE@">
     <description>summaries the orthology-pairs/RBH files</description>
     <macros>
         <import>proteinortho_macros.xml</import>