comparison merge_top.xml @ 10:07d3925e6141 draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
author chemteam
date Wed, 20 May 2020 16:53:15 +0000
parents 4000957c0baa
children
comparison
equal deleted inserted replaced
9:1e14b4e465dd 10:07d3925e6141
1 <tool id="gmx_merge_topology_files" name="Merge GROMACS topologies" version="@VERSION@"> 1 <tool id="gmx_merge_topology_files" name="Merge GROMACS topologies" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
2 <description>and GRO files</description> 2 <description>and GRO files</description>
3 <macros> 3 <macros>
4 <token name="@VERSION@">3.2.0</token> 4 <token name="@TOOL_VERSION@">3.2.0</token>
5 <token name="@GALAXY_VERSION@">0</token>
5 </macros> 6 </macros>
6 <requirements> 7 <requirements>
7 <requirement type="package" version="@VERSION@">parmed</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">parmed</requirement>
8 </requirements> 9 </requirements>
9 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
10 python '$__tool_directory__/merge_top.py' 11 python '$__tool_directory__/merge_top.py'
11 --lig-top $lig_top 12 --lig-top $lig_top
12 --prot-top $prot_top 13 --prot-top $prot_top