Mercurial > repos > iuc > squirrel_phylo
view macros.xml @ 3:46a0e11a7607 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/squirrel commit 68ea06281ba78b828b8d1947745161697dc0fbc5
| author | iuc |
|---|---|
| date | Tue, 10 Jun 2025 13:32:43 +0000 |
| parents | f793ae405fd1 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.0.13</token> <token name="@VERSION_SUFFIX@">1</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>
