diff codeml.xml @ 2:66228e9c29d9 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/codeml commit 29dba85647adf75fd7276d5da0f3cc1b8eda23ea"
author iuc
date Thu, 26 Dec 2019 05:34:15 -0500
parents ba71e26d5bdc
children b2b8e75a962d
line wrap: on
line diff
--- a/codeml.xml	Wed May 02 05:44:08 2018 -0400
+++ b/codeml.xml	Thu Dec 26 05:34:15 2019 -0500
@@ -1,4 +1,4 @@
-<tool name="codeML" id="codeml" version="1.0">
+<tool name="codeML" id="codeml" version="@WRAPPER_VERSION@+galaxy1" profile="18.01">
     <description>
         Detects positive selection (paml package)
     </description>
@@ -8,15 +8,14 @@
     </macros>
 
     <requirements>
-        <requirement type="package" version="4.9">paml</requirement>
+        <requirement type="package" version="@WRAPPER_VERSION@">paml</requirement>
     </requirements>
 
     <version_command><![CDATA[ codeml /dev/null 2>&1 | tail -1 ]]></version_command>
 
     <command><![CDATA[
+cp '$codeml_ctl' '$ctl' &&
 codeml '$codeml_ctl'
-&&
-mv '$codeml_ctl' '$ctl'
     ]]></command>
 
     <configfiles>