comparison macros.xml @ 13:da8753545526 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 2f3d14b4f200100881e362b0f3b97f0e8a36d1f3"
author chemteam
date Wed, 29 Sep 2021 07:40:59 +0000
parents 807aa4c9293d
children 525ca7c8065f
comparison
equal deleted inserted replaced
12:73008ef1f487 13:da8753545526
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">2020.4</token> 2 <token name="@TOOL_VERSION@">2021.3</token>
3 <xml name="requirements"> 3 <xml name="requirements">
4 <requirements> 4 <requirements>
5 <requirement type="package" version="@TOOL_VERSION@">gromacs</requirement> 5 <requirement type="package" version="@TOOL_VERSION@">gromacs</requirement>
6 </requirements> 6 </requirements>
7 </xml> 7 </xml>
60 <xml name="log"> 60 <xml name="log">
61 <param name="capture_log" type="boolean" value="false" label="Generate detailed log" help="Generate detailed log information that can be summarized with ParseLog."/> 61 <param name="capture_log" type="boolean" value="false" label="Generate detailed log" help="Generate detailed log information that can be summarized with ParseLog."/>
62 </xml> 62 </xml>
63 63
64 <xml name="log_outputs"> 64 <xml name="log_outputs">
65 <data name="report" format="txt" from_work_dir="verbose.txt"> 65 <data name="report" format="txt" from_work_dir="verbose.txt" label="GROMACS log file on ${on_string}">
66 <filter>capture_log</filter> 66 <filter>capture_log</filter>
67 </data> 67 </data>
68 </xml> 68 </xml>
69 69
70 <xml name="test_params"> 70 <xml name="test_params">