view macros.xml @ 1:f8564b2d7f63 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
author iuc
date Mon, 13 Sep 2021 19:42:19 +0000
parents 33b7d8481a76
children 3edba9afc9bc
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">1.5.3</token>
    <token name="@PROFILE@">20.05</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">raven-assembler</requirement>
        </requirements>
    </xml>
    <xml name="version_command">
        <version_command>raven --version</version_command>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/2020.08.07.242461</citation>
            <citation type="bibtex">@online{raven,
              author = {University of Zagreb Laboratory for Bioinformatics and Computational Biology},
              title = {raven},
              year = 2020,
              url = {https://github.com/lbcb-sci/raven},
              urldate = {2020-10-30}
            }</citation>
        </citations>
    </xml>
    <!--
        input
    -->

    <!--
        Help
    -->

    <token name="@WID@"><![CDATA[
*raven* is a de novo genome assembler for long uncorrected reads.
]]></token>
    <token name="@REFERENCES@"><![CDATA[
More information are available on the `github <https://github.com/lbcb-sci/raven>`_ .
    ]]></token>
</macros>