view macros.xml @ 1:f08dfdcefdbd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanopolishcomp commit fc685e81241eb196e57669961a42d03c60e7c9b6
author iuc
date Wed, 13 Mar 2024 11:52:05 +0000
parents 80b6e23cb70d
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">0.6.11</token>
    <token name="@WRAPPER_VERSION@">galaxy1</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">nanopolishcomp</requirement>
        </requirements>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">nanopolishcomp</xref>
        </xrefs>
    </xml>
    <xml name="version_command">
        <version_command>NanopolishComp --version</version_command>
    </xml>
	  <xml name="citations">
        <citations>
            <citation type="bibtex">@online{NanopolishComp,
              author = {Adrien Leger },
              title = {NanopolishComp},
              year = 2019,
              url = {https://a-slide.github.io/NanopolishComp/},
              urldate = {2020-04-29}
            }</citation>
        </citations>
    </xml>
    <token name="@WID@"><![CDATA[
NanopolishComp is a companion package for downstream analyses of Nanopolish output files.
    ]]></token>
    <token name="@REFERENCES@"><![CDATA[
More information are available on the `project website <https://a-slide.github.io/NanopolishComp/>`_ and `github <https://github.com/a-slide/NanopolishComp>`_.
    ]]></token>
</macros>