Mercurial > repos > devteam > kraken_report
comparison macros.xml @ 8:196f2cf1f0a1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken_report/ commit 659d4506dad485d853a91a6a6f8bed1e3c56e204
author | iuc |
---|---|
date | Thu, 13 Sep 2018 09:44:00 -0400 |
parents | 1c163820e346 |
children | 8ddbdc9cdc57 |
comparison
equal
deleted
inserted
replaced
7:1c163820e346 | 8:196f2cf1f0a1 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <token name="@WRAPPER_VERSION@">1.2.3</token> | 3 <token name="@WRAPPER_VERSION@">1.2.4</token> |
4 <xml name="requirements"> | 4 <xml name="requirements"> |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="0.10.6_eaf8fb68">kraken</requirement> | 6 <requirement type="package" version="0.10.6_eaf8fb68">kraken</requirement> |
7 </requirements> | 7 </requirements> |
8 </xml> | 8 </xml> |
21 <xml name="citations"> | 21 <xml name="citations"> |
22 <citations> | 22 <citations> |
23 <citation type="doi">10.1186/gb-2014-15-3-r46</citation> | 23 <citation type="doi">10.1186/gb-2014-15-3-r46</citation> |
24 </citations> | 24 </citations> |
25 </xml> | 25 </xml> |
26 <token name="@INPUT_DATABASE@">--db ${kraken_database.fields.name}</token> | 26 <token name="@INPUT_DATABASE@">--db '${kraken_database.fields.name}'</token> |
27 <token name="@SET_DATABASE_PATH@">export KRAKEN_DB_PATH="${kraken_database.fields.path}"</token> | 27 <token name="@SET_DATABASE_PATH@">export KRAKEN_DB_PATH='${kraken_database.fields.path}'</token> |
28 </macros> | 28 </macros> |