view macros.xml @ 1:3a2f2e24c37e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 3e30ad2c5cdb20dcb12d4ca2747f93fcd57b67b0"
author iuc
date Thu, 11 Mar 2021 16:25:17 +0000
parents 6fd0573c0e93
children dc1500f42073
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">2.5.2</token>
    <token name="@PROFILE@">20.01</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">pycoqc</requirement>
        </requirements>
    </xml>
    <xml name="version_command">
        <version_command>pycoQC --version</version_command>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">@online{,
              author = {Tommaso Leonardi and Adrien Leger},
              title = {pycoQC},
              year = 2021,
              url = {https://github.com/tleonardi/pycoQC},
              urldate = {2021-03-02}
            }</citation>
        </citations>
    </xml>
    <token name="@WID@"><![CDATA[
*pycoqc* computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data.
    ]]></token>
    <token name="@REFERENCES@"><![CDATA[
More information are available on the `website <https://tleonardi.github.io/pycoQC/>`_.
    ]]></token>
</macros>