Mercurial > repos > iuc > snippy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 12:ac6e4444e3b8 | 13:bd61e60350fd |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <xml name="requirements"> | 2 <xml name="requirements"> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="@VERSION@">snippy</requirement> | 4 <requirement type="package" version="@WRAPPER_VERSION@">snippy</requirement> |
| 5 <requirement type="package" version="1.32">tar</requirement> | 5 <requirement type="package" version="1.32">tar</requirement> |
| 6 <yield /> | 6 <yield /> |
| 7 </requirements> | 7 </requirements> |
| 8 </xml> | 8 </xml> |
| 9 | |
| 10 <token name="@WRAPPER_VERSION@">4.5.0</token> | |
| 11 <token name="@VERSION_SUFFIX@">1</token> | |
| 9 | 12 |
| 10 <xml name="version_command"> | 13 <xml name="version_command"> |
| 11 <version_command><![CDATA[snippy --version]]></version_command> | 14 <version_command><![CDATA[snippy --version]]></version_command> |
| 12 </xml> | 15 </xml> |
| 13 | 16 |
| 50 <validator type="no_options" message="No reference genomes are available" /> | 53 <validator type="no_options" message="No reference genomes are available" /> |
| 51 </options> | 54 </options> |
| 52 </param> | 55 </param> |
| 53 </when> | 56 </when> |
| 54 <when value="history"> | 57 <when value="history"> |
| 55 <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" /> | 58 <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" /> |
| 56 </when> | 59 </when> |
| 57 </conditional> | 60 </conditional> |
| 58 </xml> | 61 </xml> |
| 59 | |
| 60 <token name="@VERSION@">4.5.0</token> | |
| 61 | 62 |
| 62 <xml name="citations"> | 63 <xml name="citations"> |
| 63 <citations> | 64 <citations> |
| 64 <citation type="bibtex">@UNPUBLISHED{Seemann2013, | 65 <citation type="bibtex">@UNPUBLISHED{Seemann2013, |
| 65 author = "Seemann T", | 66 author = "Seemann T", |
