Mercurial > repos > iuc > ivar_filtervariants
view macros.xml @ 14:93f131a69c19 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 51d656555f9635bb8988f9eec904ee66657736e1
| author | iuc |
|---|---|
| date | Wed, 19 Apr 2023 08:25:45 +0000 |
| parents | e89640f0f25f |
| children | 5694000b0d7d |
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> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-018-1618-7</citation> <yield/> </citations> </xml> </macros>
