comparison macros.xml @ 0:f9c1aaf4f592 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
author thanhlv
date Fri, 03 May 2019 07:16:27 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f9c1aaf4f592
1 <macros>
2 <token name="@VERSION@">2.0.20181010</token>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="@VERSION@">nullarbor</requirement>
6 <!-- <container type="docker">quay.io/thanhleviet/nullarbor</container> -->
7 </requirements>
8 </xml>
9
10 <xml name="version_command">
11 <version_command>nullarbor.pl --version</version_command>
12 </xml>
13
14 <xml name="env">
15 <environment_variables>
16 <environment_variable name="KRAKEN_DEFAULT_DB">${GALAXY_DATA_MANAGER_DATA_PATH}/taxonomy/minikraken_20171013_4GB</environment_variable>
17 <environment_variable name="CENTRIFUGE_DEFAULT_DB">${GALAXY_DATA_MANAGER_DATA_PATH}/taxonomy/p_compressed+h+v</environment_variable>
18 </environment_variables>
19 </xml>
20 <!-- <xml name="citations">
21 <citations>
22 <citation type="doi">fill_here</citation>
23 </citations>
24 </xml> -->
25 </macros>