Mercurial > repos > bgruening > bionano_scaffold
view macros.xml @ 6:5d7c5ae1b69b draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bionano commit f69dd59785c9674ebd58506d5d8b31289d7e9532"
author | bgruening |
---|---|
date | Thu, 21 Oct 2021 13:47:41 +0000 |
parents | 96cacb31d571 |
children | 5258e18bbe23 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">3.6.1</token> <token name="@VERSION_SUFFIX@">3</token> <token name="@BIONANO_SUPPORT_TEXT@"> Bionano Genomics has agreed to provide the licensed Bionano Solve software to enable the VGP to package the software in a container. Bionanno Solve as shipped in this container may not be the latest and may not run efficiently on non-validated hardware. Hence, it is not supported by Bionano Genomics. Any questions concerning this version should be passed to the VGP (https://github.com/VGP/vgp-assembly/issues) or Galaxy community (https://help.galaxyproject.org). For the latest supported Bionano software, visit Bionano Support https://bionanogenomics.com/support/ </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">quay.io/galaxy/bionano-docker-scaffold:1.6.01-bio</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>