Mercurial > repos > iuc > mash
comparison macros.xml @ 3:6d63b05cfea8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 24f4271bd62a3d96fec812eae2ad607f6a7f723c"
| author | iuc |
|---|---|
| date | Sun, 16 Feb 2020 22:02:43 +0000 |
| parents | 867692ec85aa |
| children | 64ed772075e3 |
comparison
equal
deleted
inserted
replaced
| 2:7305a1d87e99 | 3:6d63b05cfea8 |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <token name="@TOOL_VERSION@">2.1</token> | 2 <token name="@TOOL_VERSION@">2.1</token> |
| 3 <token name="@INTYPES@"> | 3 <token name="@INTYPES@"> |
| 4 fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz | 4 fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz |
| 5 </token> | 5 </token> |
| 6 | |
| 7 <xml name="citations"> | |
| 8 <citations> | |
| 9 <citation type="doi">10.1186/s13059-016-0997-x</citation> | |
| 10 </citations> | |
| 11 </xml> | |
| 12 | |
| 13 <xml name="requirements"> | |
| 14 <requirements> | |
| 15 <requirement type="package" version="@TOOL_VERSION@">mash</requirement> | |
| 16 </requirements> | |
| 17 </xml> | |
| 18 | |
| 19 <xml name="version_command"> | |
| 20 <version_command>mash --version</version_command> | |
| 21 </xml> | |
| 22 | |
| 6 </macros> | 23 </macros> |
