Mercurial > repos > iuc > ivar_variants
view macros.xml @ 12:ed28dd32141c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 02d1d482bda9804c69d2d03c890151bc491e5c73
author | iuc |
---|---|
date | Mon, 13 Feb 2023 17:29:40 +0000 |
parents | 38b91a3190cd |
children | 3b6a16d82c1b |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.3.2</token> <token name="@PROFILE@">21.01</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">ivar</requirement> <requirement type="package" version="3.10.8">python</requirement> <requirement type="package" version="1.16.1">samtools</requirement> <yield/> </requirements> </xml> <xml name="version_command"> <version_command>ivar version | grep version</version_command> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-018-1618-7</citation> <yield/> </citations> </xml> </macros>