view macros.xml @ 5:311d11c4a68b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 9fe39fd1ad0c1a5af9e8d2d633fd3e7404adbac7
author iuc
date Mon, 24 Feb 2025 13:54:49 +0000
parents 76d6358f71b7
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>