Mercurial > repos > iuc > snippy
diff macros.xml @ 13:bd61e60350fd draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snippy commit 7dec701af24e00b3328459f0a823eefd461237bb"
| author | iuc |
|---|---|
| date | Wed, 07 Apr 2021 11:23:57 +0000 |
| parents | ac6e4444e3b8 |
| children | 3039be06b167 |
line wrap: on
line diff
--- a/macros.xml Wed Mar 11 07:50:14 2020 +0000 +++ b/macros.xml Wed Apr 07 11:23:57 2021 +0000 @@ -1,12 +1,15 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">snippy</requirement> + <requirement type="package" version="@WRAPPER_VERSION@">snippy</requirement> <requirement type="package" version="1.32">tar</requirement> <yield /> </requirements> </xml> + <token name="@WRAPPER_VERSION@">4.5.0</token> + <token name="@VERSION_SUFFIX@">1</token> + <xml name="version_command"> <version_command><![CDATA[snippy --version]]></version_command> </xml> @@ -52,13 +55,11 @@ </param> </when> <when value="history"> - <param name="ref_file" type="data" format="fasta,genbank" label="Use the following dataset as the reference sequence" help="You can upload a FASTA or FASTQ sequence to the history and use it as reference" /> + <param name="ref_file" type="data" format="fasta,fasta.gz,genbank" label="Use the following dataset as the reference sequence" help="You can upload a FASTA or FASTQ sequence to the history and use it as reference" /> </when> </conditional> </xml> - <token name="@VERSION@">4.5.0</token> - <xml name="citations"> <citations> <citation type="bibtex">@UNPUBLISHED{Seemann2013,
