view macros.xml @ 0:ff827f983bbb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 57fa4dcee2aaa115df4a5b7173a3a8fb889bc5a3
author iuc
date Fri, 03 May 2024 20:23:04 +0000
parents
children b820ef95ca20
line wrap: on
line source

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