view macro.xml @ 5:76bf12b928f4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit eb09ed848fff415c0ec5060aa23a39315f750503
author iuc
date Mon, 26 Feb 2024 08:31:34 +0000
parents 12f0968f171c
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <token name="@TOOL_VERSION@">1.14.0</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="edam">
      <edam_topics>
          <edam_topic>topic_3174</edam_topic>
          <edam_topic>topic_3697</edam_topic>
      </edam_topics>
      <edam_operations>
          <edam_operation>operation_2238</edam_operation>
          <edam_operation>operation_3460</edam_operation>
      </edam_operations>
  </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>