comparison macros.xml @ 1:f183d9de4622 draft

planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 95998c84e130c9f3d2183591957464df7d90dd53
author goeckslab
date Wed, 24 Aug 2022 19:19:40 +0000
parents b3054f3d42b2
children 33ab2058c6d9
comparison
equal deleted inserted replaced
0:b3054f3d42b2 1:f183d9de4622
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 <requirement type="package" version="@VERSION@">ashlar</requirement> 5 <requirement type="package" version="@TOOL_VERSION@">ashlar</requirement>
6 <requirement type="package" version="1.1.5">pandas</requirement> 6 <container type="docker">labsyspharm/ashlar:@TOOL_VERSION@</container>
7 </requirements> 7 </requirements>
8 </xml> 8 </xml>
9 9
10 <xml name="version_cmd"> 10 <xml name="version_cmd">
11 <version_command>echo @VERSION@</version_command> 11 <version_command>echo @TOOL_VERSION@</version_command>
12 </xml> 12 </xml>
13 <xml name="citations"> 13 <xml name="citations">
14 <citations> 14 <citations>
15 <citation type="doi">10.1101/2021.04.20.440625</citation>
15 </citations> 16 </citations>
16 </xml> 17 </xml>
17 18
18 <token name="@VERSION@">1.13.0</token> 19 <token name="@TOOL_VERSION@">1.14.0</token>
20 <token name="@VERSION_SUFFIX@">0</token>
19 <token name="@CMD_BEGIN@">ashlar</token> 21 <token name="@CMD_BEGIN@">ashlar</token>
20 </macros> 22 </macros>