view macros.xml @ 0:80b6e23cb70d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
author iuc
date Tue, 12 May 2020 17:08:21 -0400
parents
children f08dfdcefdbd
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="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>