comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:8534f4965ac5
1 <?xml version="1.0"?>
2 <macros>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="@TOOL_VERSION@">wfmash</requirement>
6 <requirement type="package" version="1.20">samtools</requirement>
7 </requirements>
8 </xml>
9 <token name="@TOOL_VERSION@">0.14.0</token>
10 <token name="@VERSION_SUFFIX@">0</token>
11 <token name="@PROFILE@">25.0</token>
12 <xml name="citations">
13 <citations>
14 <citation type="bibtex"><![CDATA[
15 @misc{wfmash,
16 author = {Guarracino, Andrea and Mwaniki, Njagi and Marco-Sola, Santiago and Garrison, Erik},
17 title = {wfmash: whole-chromosome pairwise alignment using the hierarchical wavefront algorithm},
18 year = {2021},
19 month = {9},
20 url = {https://github.com/ekg/wfmash}
21 }
22 ]]></citation>
23 </citations>
24 </xml>
25 </macros>