Mercurial > repos > iuc > recentrifuge
view 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 (2022-06-27) |
parents | |
children | fe733f05c2f8 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.9.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command><![CDATA[rcf -V]]></version_command> </xml> <xml name="xrefs"> <xrefs> <xref type='bio.tools'>Recentrifuge</xref> </xrefs> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">recentrifuge</requirement> </requirements> </xml> <xml name="input_database"> <section name="database" title="Database type" expanded="true"> <param name="cached_db" label="Cached database with clade-specific marker genes" type="select"> <options from_data_table="recentrifuge_database"> <validator message="No recentrifuge database is available" type="no_options" /> </options> </param> </section> </xml> <xml name="citations"> <citations> <citation type="doi">10.1371/journal.pcbi.1006967</citation> </citations> </xml> </macros>