Mercurial > repos > iuc > nextalign
diff nextalign.xml @ 2:c4ccdd951eb1 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 17:55:32 +0000 |
| parents | 30496d58ddc9 |
| children | dc1785e10322 |
line wrap: on
line diff
--- a/nextalign.xml Mon Apr 26 19:09:11 2021 +0000 +++ b/nextalign.xml Wed Sep 01 17:55:32 2021 +0000 @@ -1,10 +1,12 @@ -<tool id="nextalign" name="NextAlign" version="@TOOL_VERSION@+galaxy0" profile="20.01"> +<tool id="nextalign" name="NextAlign" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> + <description>Viral genome sequence alignment</description> <macros> <import>macros.xml</import> + <token name="@VERSION_SUFFIX@">0</token> </macros> - <expand macro="requirements"> + <requirements> <requirement type="package" version="@TOOL_VERSION@">nextalign</requirement> - </expand> + </requirements> <version_command>nextalign --version-detailed</version_command> <command detect_errors="exit_code"><