view macros.xml @ 11:aa5586d83ae3 draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit e93d50e4ea6522b591e24c3b0ddbe8f9d322a93a
author richard-burhans
date Tue, 13 Aug 2024 23:38:09 +0000
parents d10e7502aba8
children 43e72105f473
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">lastz</requirement>
            <requirement type="package" version="3.12">python</requirement>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">1.04.22</token>
    <token name="@VERSION_SUFFIX@">3</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="citations">
        <citations>
            <citation type="bibtex">
            @misc{
                githublastz,
                author = {Harris, Robert},
                year = {2007},
                title = {Improved pairwise alignment of genomic DNA},
                publisher = {The Pennsylvania State University},
                journal = {Ph. D. Thesis},
                url = {http://www.bx.psu.edu/~rsharris/rsharris_phd_thesis_2007.pdf},
                }
            </citation>
        </citations>
    </xml>
</macros>