| Previous changeset 4:f9cb3a4339c2 (2021-11-27) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/codeml commit 866bfa31d035d511ca31f82c8ebac0f1df36b6ac |
|
modified:
codeml.xml |
| b |
| diff -r f9cb3a4339c2 -r dba114391c98 codeml.xml --- a/codeml.xml Sat Nov 27 09:55:34 2021 +0000 +++ b/codeml.xml Fri Feb 09 21:39:39 2024 +0000 |
| [ |
| @@ -2,22 +2,20 @@ <description> Detects positive selection (paml package) </description> - <macros> <import>macros.xml</import> </macros> - + <xrefs> + <xref type="bio.tools">paml</xref> + </xrefs> <requirements> <requirement type="package" version="@TOOL_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' ]]></command> - <configfiles> <configfile name="codeml_ctl"><![CDATA[ seqfile = $concat_nuc * sequence data file name |