view macros.xml @ 4:202247a3c969 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/confindr/ commit 9e41ac63171c3e3a6fd2b4d018d0c60c9f1fbae1"
author dfornika
date Fri, 31 Jan 2020 19:09:14 +0000
parents 627b2e75b1ad
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">confindr</requirement>
            <yield />
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command><![CDATA[confindr.py --version]]></version_command>
    </xml>

    <token name="@VERSION@">0.7.2</token>

    <token name="@INTYPES">
        fastq,fastqsanger
    </token>

    <xml name="citations">
        <citations>
            <citation type="bibtex">
                @article{low2019confindr,
                title={ConFindr: rapid detection of intraspecies and cross-species contamination in bacterial whole-genome sequence data},
                author={Low, Andrew J and Koziol, Adam G and Manninger, Paul A and Blais, Burton and Carrillo, Catherine D},
                journal={PeerJ},
                volume={7},
                pages={e6995},
                year={2019},
                publisher={PeerJ Inc.}
                }
            </citation>
        </citations>
    </xml>
</macros>