view macros.xml @ 2:87f4b4dced3e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 1bb40ad9eb4ca65fc22adfd08acc31a7c854960a
author iuc
date Thu, 16 May 2024 13:49:33 +0000
parents b820ef95ca20
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.0.0</token>
    <token name="@VERSION_SUFFIX@">2</token>
    <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>