view macros.xml @ 10:78c533842eeb draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/racon commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author bgruening
date Sat, 04 Nov 2023 19:00:11 +0000
parents 936f0b5e7fcc
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
        <requirement type="package" version="@TOOL_VERSION@">racon</requirement>
        <resource type="cuda_version_min">9.0</resource>
        <resource type="cuda_compute_capability">3.0</resource>
        <resource type="cuda_device_count_min">1</resource>
        <resource type="cuda_device_count_max">1</resource> 
            <yield/>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">1.5.0</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/gr.214270.116</citation>
            <yield />
        </citations>
    </xml>
</macros>