view macros.xml @ 4:9f8c786bd424 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 92d9a56d5f2ad5ae4dbac320fa3129ff1cd2bf1f
author iuc
date Tue, 05 Nov 2024 10:25:08 +0000
parents eb1775bc9857
children 8049cb5537b7
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.1.0</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <xrefs>
      <xref type="bio.tools">fastk</xref>
    </xrefs>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">fastk</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">                                                                   
                @misc{github,                                                                 
                author = {Gene Meyers},
                year = {2020},                                                                 
                title = {FastK},                                                        
                publisher = {GitHub},
                journal = {GitHub repository},                                               
                url = {https://github.com/thegenemyers/FASTK},                        
                }                                                                    
            </citation>
        </citations>
    </xml>
</macros>