comparison macros.xml @ 5:61fd94c7ce42 draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit bc438db690e41823909b32b693f297d942433a43
author goeckslab
date Thu, 11 Jul 2024 22:41:10 +0000
parents 55bc102d7709
children 4763362914f4
comparison
equal deleted inserted replaced
4:55bc102d7709 5:61fd94c7ce42
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <xml name="requirements"> 3 <xml name="requirements">
4 <requirements> 4 <requirements>
5 <container type="docker">quay.io/goeckslab/mti_utils:0.0.1</container> 5 <container type="docker">quay.io/goeckslab/mti_utils:@TOOL_VERSION@</container>
6 </requirements> 6 </requirements>
7 </xml> 7 </xml>
8 8
9 <xml name="version_cmd"> 9 <xml name="version_cmd">
10 <version_command>echo @VERSION@</version_command> 10 <version_command>echo @TOOL_VERSION@</version_command>
11 </xml> 11 </xml>
12 <xml name="citations"> 12 <xml name="citations">
13 <citations> 13 <citations>
14 <citation type="doi">10.1101/2022.08.18.504436</citation> 14 <citation type="doi">10.1101/2022.08.18.504436</citation>
15 </citations> 15 </citations>
16 </xml> 16 </xml>
17 17
18 <token name="@TOOL_VERSION@">0.0.1</token> 18 <token name="@TOOL_VERSION@">0.0.2</token>
19 <token name="@VERSION_SUFFIX@">5</token> 19 <token name="@VERSION_SUFFIX@">0</token>
20 <token name="@PROFILE@">19.01</token> 20 <token name="@PROFILE@">19.01</token>
21 </macros> 21 </macros>