Mercurial > repos > iuc > nextalign
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1:cb5b94331657 | 2:c4ccdd951eb1 |
|---|---|
| 1 <tool id="nextalign" name="NextAlign" version="@TOOL_VERSION@+galaxy0" profile="20.01"> | 1 <tool id="nextalign" name="NextAlign" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
| 2 <description>Viral genome sequence alignment</description> | |
| 2 <macros> | 3 <macros> |
| 3 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 <token name="@VERSION_SUFFIX@">0</token> | |
| 4 </macros> | 6 </macros> |
| 5 <expand macro="requirements"> | 7 <requirements> |
| 6 <requirement type="package" version="@TOOL_VERSION@">nextalign</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">nextalign</requirement> |
| 7 </expand> | 9 </requirements> |
| 8 <version_command>nextalign --version-detailed</version_command> | 10 <version_command>nextalign --version-detailed</version_command> |
| 9 <command detect_errors="exit_code"><