Mercurial > repos > iuc > ivar_consensus
view macros.xml @ 17:40737febe339 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit dab395b37976a99a62334c3188073ee8b97f451f
author | iuc |
---|---|
date | Mon, 11 Mar 2024 15:47:36 +0000 |
parents | ede363a64152 |
children | 3a72fede57ce |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.4.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.11.0">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> <xrefs> <xref type="bio.tools">ivar</xref> </xrefs> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-018-1618-7</citation> <yield/> </citations> </xml> </macros>