comparison macro.xml @ 0:09b7b0b2e2c2 draft

planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit fdcec50b71967011e4351eb347a9df2840be6bee
author iuc
date Mon, 27 Jun 2022 11:03:22 +0000
parents
children fe733f05c2f8
comparison
equal deleted inserted replaced
-1:000000000000 0:09b7b0b2e2c2
1 <?xml version="1.0"?>
2 <macros>
3 <token name="@TOOL_VERSION@">1.9.1</token>
4 <token name="@VERSION_SUFFIX@">0</token>
5 <token name="@PROFILE@">21.05</token>
6 <xml name="version_command">
7 <version_command><![CDATA[rcf -V]]></version_command>
8 </xml>
9 <xml name="xrefs">
10 <xrefs>
11 <xref type='bio.tools'>Recentrifuge</xref>
12 </xrefs>
13 </xml>
14 <xml name="requirements">
15 <requirements>
16 <requirement type="package" version="@TOOL_VERSION@">recentrifuge</requirement>
17 </requirements>
18 </xml>
19 <xml name="input_database">
20 <section name="database" title="Database type" expanded="true">
21 <param name="cached_db" label="Cached database with clade-specific marker genes" type="select">
22 <options from_data_table="recentrifuge_database">
23 <validator message="No recentrifuge database is available" type="no_options" />
24 </options>
25 </param>
26 </section>
27 </xml>
28 <xml name="citations">
29 <citations>
30 <citation type="doi">10.1371/journal.pcbi.1006967</citation>
31 </citations>
32 </xml>
33 </macros>