view macros.xml @ 2:e4f6590015d4 draft default tip

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:27 +0000
parents cd668d67431e
children
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>