view macros.xml @ 0:8534f4965ac5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/wfmash commit db025e5d190c805c537e4c8ad7682bf5fdd946c5
author iuc
date Mon, 09 Feb 2026 12:40:35 +0000
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">wfmash</requirement>
            <requirement type="package" version="1.20">samtools</requirement>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">0.14.0</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">25.0</token>
    <xml name="citations">
        <citations>
	    <citation type="bibtex"><![CDATA[
@misc{wfmash,
  author = {Guarracino, Andrea and Mwaniki, Njagi and Marco-Sola, Santiago and Garrison, Erik},
  title = {wfmash: whole-chromosome pairwise alignment using the hierarchical wavefront algorithm},
  year = {2021},
  month = {9},
  url = {https://github.com/ekg/wfmash}
}
	    ]]></citation>
        </citations>
    </xml>
</macros>