Mercurial > repos > iuc > nextclade
comparison nextclade.xml @ 4:774876053025 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:54:55 +0000 |
| parents | 167e492b7ae2 |
| children | fc0f242f08f6 |
comparison
equal
deleted
inserted
replaced
| 3:167e492b7ae2 | 4:774876053025 |
|---|---|
| 1 <tool id="nextclade" name="Nextclade" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> | 1 <tool id="nextclade" name="Nextclade" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> |
| 2 <description></description> | 2 <description>Viral genome clade assignment, mutation calling, and sequence quality checks</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 <token name="@TOOL_VERSION@">1.2.3</token> | |
| 6 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
| 7 </macros> | 6 </macros> |
| 8 <requirements> | 7 <requirements> |
| 9 <requirement type="package" version="@TOOL_VERSION@">nextclade</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">nextclade</requirement> |
| 10 <requirement type="package">coreutils</requirement> | 9 <requirement type="package">coreutils</requirement> |
| 11 </requirements> | 10 </requirements> |
| 11 <version_command>nextclade --version-detailed</version_command> | |
| 12 <command detect_errors="exit_code"><