view macros.xml @ 1:cd668d67431e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/squirrel commit d684b71bf5129645fe8eb349a56fcb29c321a7ab
author iuc
date Tue, 11 Feb 2025 19:01:20 +0000
parents f63d24309f49
children e4f6590015d4
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <token name="@TOOL_VERSION@">1.0.12</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>