view macros.xml @ 19:196d126cd016 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit b548a504e88bd330f534be0dd018175c9341b1f1
author iuc
date Mon, 10 Feb 2025 15:13:11 +0000
parents 3a72fede57ce
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <token name="@TOOL_VERSION@">1.4.3</token>
  <token name="@PROFILE@">21.01</token>
  <xml name="requirements">
  <requirements>
      <requirement type="package" version="@TOOL_VERSION@">ivar</requirement>
      <requirement type="package" version="3.11.9">python</requirement>
      <requirement type="package" version="1.16.1">samtools</requirement>
      <yield/>
  </requirements>
  </xml>
  <xml name="version_command">
    <version_command>ivar version | grep version</version_command>
  </xml>
  <xml name="xrefs">
    <xrefs>
      <xref type="bio.tools">andersen-lab_ivar</xref>
    </xrefs>
  </xml>
  <xml name="citations">
    <citations>
      <citation type="doi">10.1186/s13059-018-1618-7</citation>
      <yield/>
    </citations>
  </xml>
</macros>