Mercurial > repos > bgruening > blobtoolkit
comparison macros.xml @ 2:53dd00a4ab68 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/blobtoolkit commit 5078c7010ec46fd01fec2057dd4486781c958c37
author | bgruening |
---|---|
date | Tue, 28 Mar 2023 15:17:19 +0000 |
parents | 840822c1e84a |
children | 8c2167481e72 |
comparison
equal
deleted
inserted
replaced
1:840822c1e84a | 2:53dd00a4ab68 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">4.0.7</token> | 2 <token name="@TOOL_VERSION@">4.0.7</token> |
3 <token name="@VERSION_SUFFIX@">0</token> | 3 <token name="@VERSION_SUFFIX@">1</token> |
4 | 4 |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <container type="docker">genomehubs/blobtoolkit:@TOOL_VERSION@</container> | 7 <container type="docker">genomehubs/blobtoolkit:@TOOL_VERSION@</container> |
8 </requirements> | 8 </requirements> |
40 </param> | 40 </param> |
41 <yield/> | 41 <yield/> |
42 </when> | 42 </when> |
43 <when value="disabled"/> | 43 <when value="disabled"/> |
44 </conditional> | 44 </conditional> |
45 | 45 </xml> |
46 <xml name="macro_taxdump"> | |
47 <param argument="--taxdump" type="data" format="tar,gz,tgz" label="NCBI taxdump directory" help="It requires to use the last taxdump version. You can find more information about it in the help section."/> | |
46 </xml> | 48 </xml> |
47 </macros> | 49 </macros> |