view macros.xml @ 0:fec6a0b53189 draft

"planemo upload for repository https://bionanogenomics.com/support/software-downloads/ commit 1d3a1a449c7398c8fad07663224738265f77c0be"
author bgruening
date Mon, 17 May 2021 15:07:05 +0000
parents
children 9bd94d9a1b2e
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">3.6.1</token>
    <token name="@GALAXY_TOOL_VERSION@">galaxy0</token>
    <xml name="edam_ontology">
        <edam_topics>                                                                                  
            <edam_topic>topic_0196</edam_topic>
        </edam_topics>
        <edam_operations>
            <edam_operation>operation_0525</edam_operation>
        </edam_operations>
    </xml>
    <xml name="requirements">
        <requirements>
            <container type="docker">bionanodocker/bionano-docker-scaffold:latest</container>
        </requirements>
    </xml>
    <macro name="sanitize_string" >
        <sanitizer invalid_char="">
            <valid initial="string.letters,string.digits">
            </valid>
        </sanitizer>
    </macro>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s12864-015-1911-8</citation>
        </citations>
    </xml>
</macros>