comparison macros.xml @ 0:1fb6181c2c64 draft

"planemo upload for repository https://github.com/ohsu-comp-bio/naivestates commit 392f57d212a7499bf1d3e421112a32a56635bc67-dirty"
author perssond
date Fri, 12 Mar 2021 00:20:13 +0000
parents
children a62b0c62270e
comparison
equal deleted inserted replaced
-1:000000000000 0:1fb6181c2c64
1 <?xml version="1.0"?>
2 <macros>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="@VERSION@">naivestatess</requirement>
6 </requirements>
7 </xml>
8
9 <xml name="version_cmd">
10 <version_command>echo @VERSION@</version_command>
11 </xml>
12 <xml name="citations">
13 <citations>
14 </citations>
15 </xml>
16
17 <token name="@VERSION@">1.6.1</token>
18 <token name="@CMD_BEGIN@">${__tool_directory__}/main.R</token>
19 </macros>