view macros.xml @ 2:ec30fe291416 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/squirrel commit c995ce52d77d09754a880101720650b73e8fde37
author iuc
date Tue, 11 Mar 2025 09:14:08 +0000
parents 3a11029ea97d
children 4d8ae6baddbe
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <token name="@TOOL_VERSION@">1.0.13</token>
  <token name="@VERSION_SUFFIX@">0</token>
  <xml name="requirements">
  <requirements>
    <requirement type="package" version="@TOOL_VERSION@">squirrel</requirement>
  </requirements>
  </xml>
  <xml name="version_command">
    <version_command>squirrel --version</version_command>
  </xml>
  <xml name="xrefs">
    <xrefs>
      <xref type="bio.tools">squirrel</xref>
    </xrefs>
  </xml>
  <xml name="citations">
    <citations>
        <citation type="bibtex">
          @misc{githubsquirrel,
            author = {O'Toole, Áine},
            year = {2025},
            title = {Squirrel: Some QUIck Reconstruction to Resolve Evolutionary Links},
            publisher = {GitHub},
            journal = {GitHub},
            url = {https://github.com/aineniamh/squirrel},
          }
        </citation>
    </citations>
  </xml>
</macros>