comparison macros.xml @ 11:3e4f434a69c6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit a14db40361bcb2ee608bccd9222e1654aaea3324
author iuc
date Wed, 11 Jan 2023 09:53:52 +0000
parents 3bc2ef3d4a17
children 1069f6db0a0e
comparison
equal deleted inserted replaced
10:e319b5b65879 11:3e4f434a69c6
1 <?xml version="1.0"?>
1 <macros> 2 <macros>
2 <token name="@VERSION@">1.3.1</token> 3 <token name="@TOOL_VERSION@">1.3.1</token>
4 <token name="@PROFILE@">21.01</token>
3 <xml name="requirements"> 5 <xml name="requirements">
4 <requirements> 6 <requirements>
5 <requirement type="package" version="@VERSION@">ivar</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">ivar</requirement>
6 <yield /> 8 <requirement type="package" version="3.10.8">python</requirement>
7 </requirements> 9 <requirement type="package" version="1.16">samtools</requirement>
10 <yield/>
11 </requirements>
8 </xml> 12 </xml>
9 <xml name="version_command"> 13 <xml name="version_command">
10 <version_command>ivar version | grep version</version_command> 14 <version_command>ivar version | grep version</version_command>
11 </xml> 15 </xml>
12 <xml name="citations"> 16 <xml name="citations">
13 <citations> 17 <citations>
14 <citation type="doi">10.1186/s13059-018-1618-7</citation> 18 <citation type="doi">10.1186/s13059-018-1618-7</citation>
15 <yield /> 19 <yield/>
16 </citations> 20 </citations>
17 </xml> 21 </xml>
18 </macros> 22 </macros>