Mercurial > repos > iuc > ivar_trim
view macros.xml @ 22:6606a8c97889 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 97f230215d53e71748c78cd21633d92143710b94
| author | iuc |
|---|---|
| date | Wed, 06 Aug 2025 08:21:20 +0000 |
| parents | 7bd020da0ce5 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.4.4</token> <token name="@PROFILE@">23.0</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">ivar</requirement> <requirement type="package" version="3.12">python</requirement> <requirement type="package" version="1.22">samtools</requirement> <requirement type="package" version="4.9">sed</requirement> <yield/> </requirements> </xml> <xml name="version_command"> <version_command>ivar version | sed -n '1p'</version_command> </xml> <xml name="xrefs"> <xrefs> <xref type="bio.tools">andersen-lab_ivar</xref> </xrefs> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-018-1618-7</citation> <yield/> </citations> </xml> </macros>
