view macros.xml @ 2:d1a30eb26392 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/lexicmap commit 27bb723932bd00a1cca05557712c473f0088bbfb
author iuc
date Thu, 18 Sep 2025 11:27:52 +0000
parents d4134260b442
children cefde4c7f92e
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.7.0</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@PROFILE_VERSION@">25.0</token>
    <token name="@FASTA_TYPES@">fasta.gz,fasta</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">lexicmap</requirement>
        </requirements>
    </xml>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">lexicmap</xref>
        </xrefs>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/2024.08.30.610459</citation>
        </citations>
    </xml>
    <xml name="genomes_batch" type="list">
        <extra_files name="genomes/batch_0000/genomes.bin.idx">
            <assert_contents>
                <has_size value="36"/>
            </assert_contents>
        </extra_files>
        <extra_files name="genomes/batch_0000/genomes.bin">
            <assert_contents>
                <has_size value="1954"/>
            </assert_contents>
        </extra_files>
    </xml>
    <xml name="seeds" type="list">
        <extra_files name="seeds/chunk_000.bin.idx">
            <assert_contents>
                <has_size value="177744" delta="5000"/>
            </assert_contents>
        </extra_files>
        <extra_files name="seeds/chunk_000.bin" >
            <assert_contents>
                <has_size value="133749" delta="5000"/>
            </assert_contents>
        </extra_files>
    </xml>
</macros>