view macros.xml @ 4:76d6358f71b7 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
author iuc
date Fri, 21 Feb 2025 22:13:02 +0000 (7 weeks ago)
parents 00e20a06ff1e
children
line wrap: on
line source
<macros>
    <token name="@TOOL_VERSION@">1.6.0</token>
    <token name="@FASTQ_FORMATS@">fastq,fastq.gz,fastqsanger,fastqsanger.gz</token>
    
    <xml name="requirements">
    <requirements>
        <requirement type="package" version="@TOOL_VERSION@">artic</requirement>
    </requirements>
    </xml>
    
    <xml name="citations">
        <citations>
            <citation type="bibtex">
                @misc{githubartic-ncov2019,
                  author = {@Sam Wilkinson, Nick Loman and the ZiBRA Project and the ARTIC project},
                  year = {2025},
                  title = {ARTIC toolkit},
                  publisher = {GitHub},
                  journal = {GitHub repository},
                  howpublished{\url{https://github.com/artic-network/fieldbioinformatics}},
                }
                </citation>
                <yield />
        </citations>
    </xml>
</macros>