view macros.xml @ 5:0cae005d8c4c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit c91b1ba99124a481c1f6cb1100abd0629974616b
author iuc
date Fri, 16 May 2025 18:49:35 +0000
parents ec82f2b95e89
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.1.0</token>
    <token name="@VERSION_SUFFIX@">2</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="xrefs">
        <xrefs>
            <xref type="bio.tools">fastk</xref>
        </xrefs>
    </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>