comparison macros.xml @ 0:5ebf2354cc9b draft

"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 52c9f9825debe783339c13bd1da9a42b59747bd2"
author jjohnson
date Thu, 07 Oct 2021 11:47:02 +0000
parents
children 25d207f7ff83
comparison
equal deleted inserted replaced
-1:000000000000 0:5ebf2354cc9b
1 <macros>
2 <token name="@TOOL_VERSION@">2.1.0</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4 dd
5 <xml name="requirements">
6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">arriba</requirement>
8 <yield/>
9 </requirements>
10 </xml>
11 <xml name="citations">
12 <citations>
13 <citation type="doi">10.1101/gr.257246.119</citation>
14 <yield />
15 </citations>
16 </xml>
17 <xml name="version_command">
18 <version_command>arriba -h | grep Version | sed 's/^.* //'</version_command>
19 </xml>
20 </macros>