Mercurial > repos > iuc > codeml
diff codeml.xml @ 2:853e3ce30204 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/codeml commit 29dba85647adf75fd7276d5da0f3cc1b8eda23ea"
| author | iuc |
|---|---|
| date | Thu, 26 Dec 2019 10:33:55 +0000 |
| parents | 5750c1f4b0eb |
| children | 96806adbb000 |
line wrap: on
line diff
--- a/codeml.xml Wed May 02 05:39:28 2018 -0400 +++ b/codeml.xml Thu Dec 26 10:33:55 2019 +0000 @@ -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>
