view macros.xml @ 2:dc1500f42073 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
author iuc
date Mon, 25 Sep 2023 08:29:11 +0000
parents 6fd0573c0e93
children fae03f3d4bf7
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 `pycoQC website <https://a-slide.github.io/pycoQC/>`_.
    ]]></token>
</macros>