Mercurial > repos > iuc > nextclade
changeset 5:0c46b95d60c3 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:56:32 +0000 |
| parents | b74b9a7b3e3b |
| children | 1e0234b87809 |
| files | macros.xml nextclade.xml test-data/subsampled.gene.E.fasta test-data/subsampled.gene.M.fasta test-data/subsampled.gene.N.fasta test-data/subsampled.gene.ORF10.fasta test-data/subsampled.gene.ORF14.fasta test-data/subsampled.gene.ORF1a.fasta test-data/subsampled.gene.ORF1b.fasta test-data/subsampled.gene.ORF3a.fasta test-data/subsampled.gene.ORF6.fasta test-data/subsampled.gene.ORF7a.fasta test-data/subsampled.gene.ORF7b.fasta test-data/subsampled.gene.ORF8.fasta test-data/subsampled.gene.ORF9b.fasta test-data/subsampled.gene.S.fasta |
| diffstat | 16 files changed, 16 insertions(+), 39 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon Aug 23 12:26:05 2021 +0000 +++ b/macros.xml Wed Sep 01 17:56:32 2021 +0000 @@ -1,10 +1,6 @@ <macros> - <token name="@TOOL_VERSION@">0.1.6</token> - <xml name="requirements"> - <requirements> - <yield/> - </requirements> - </xml> + <!-- same version number is used for nextclade and nextalign releases, even though they are distinct tools --> + <token name="@TOOL_VERSION@">1.3.0</token> <xml name="citations"> <citations> <citation type="bibtex">@online{nextclade,
--- a/nextclade.xml Mon Aug 23 12:26:05 2021 +0000 +++ b/nextclade.xml Wed Sep 01 17:56:32 2021 +0000 @@ -1,17 +1,16 @@ <tool id="nextclade" name="Nextclade" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> - <description></description> + <description>Viral genome clade assignment, mutation calling, and sequence quality checks</description> <macros> <import>macros.xml</import> - <token name="@TOOL_VERSION@">1.2.3</token> <token name="@VERSION_SUFFIX@">0</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">nextclade</requirement> <requirement type="package">coreutils</requirement> </requirements> + <version_command>nextclade --version-detailed</version_command> <command detect_errors="exit_code"><