Mercurial > repos > iuc > ivar_variants
view macros.xml @ 13:4aba3e2f4e00 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 3839802e0a790cb519cffdc2d8a6b92d73e4c9ef
| author | iuc |
|---|---|
| date | Sat, 25 Mar 2023 12:48:32 +0000 |
| parents | 6680df7660e1 |
| children | 978a23698fb7 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.4.0</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>
