annotate trj.xml @ 8:b4705476229d draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit bf18581ac3de6b65bdc0a988e6f844cea6e77975"
author chemteam
date Wed, 27 Oct 2021 07:59:27 +0000
parents 16fad30d566a
children 72459c3ea5f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
9363254ef848 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents: 1
diff changeset
1 <tool id="gmx_trj" name="Modify/convert GROMACS trajectories" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
2 <description>using trjconv and trjcat</description>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
3 <macros>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
4 <import>macros.xml</import>
6
6dcfdac2dcae "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit ab7232ec03a3361f808f5a0be0828e0f7fbd376d"
chemteam
parents: 5
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
6 <xml name="fit_when" token_option="none">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
7 <when value="@OPTION@">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
8 <param name="index_fit" type="text" label="Index of group to use for fitting" help="Index of group to use for fitting - i.e. the group's position in the ndx file (using zero-based numbering, so the first group has index 0).">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
9 <validator type="regex" message="Only numeric values allowed">^[0-9]*$</validator>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
10 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
11 </when>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
12 </xml>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
13 </macros>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
14
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
15 <expand macro="requirements" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
16
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
17 <command detect_errors="exit_code"><![CDATA[
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
18 #if $trj.trj_op == 'trjcat':
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
19 mkdir trajs &&
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
20 #for $value, $file in enumerate($trj_input):
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
21 ln -s '$file' trajs/traj_${value}.${file.ext} &&
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
22 #end for
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
23
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
24 gmx trjcat
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
25 -f trajs/traj* ## here we assume that they all have the same ext, probably reasonable
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
26 $trj.cat
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
27 -e '$time.e'
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
28
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
29 #elif $trj.trj_op == 'trjconv':
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
30 ln -s '$ndx_input' ./index.ndx &&
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
31 ln -s '$str_input' ./str.${str_input.ext} &&
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
32 ln -s '$trj_input' ./traj.${trj_input.ext} &&
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
33
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
34 echo ## optionally pipe in the following
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
35 #if $trj.fit.fit != 'none':
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
36 '$trj.fit.index_fit'
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
37 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
38 #if $trj.pbc.pbc == 'cluster':
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
39 '$trj.pbc.index_cluster'
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
40 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
41 '$trj.index_center' '$trj.index_output' | gmx trjconv
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
42 -f ./traj.${trj_input.ext}
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
43 -s ./str.${str_input.ext}
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
44 #if $ndx_input:
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
45 -n ./index.ndx
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
46 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
47 #if $trj.index_center:
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
48 -center
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
49 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
50 #if $trj.sep:
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
51 -sep
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
52 -nzero 9 ## hopefully the traj has < 1 bn frames, or collection order will be wrong
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
53 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
54 -pbc $trj.pbc.pbc
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
55 -ur $trj.ur
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
56 -boxcenter $trj.boxcenter
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
57 -fit $trj.fit.fit
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
58 #if $time.e != -1:
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
59 -e '$time.e'
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
60 #end if
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
61 #end if
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
62
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
63 -b '$time.b'
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
64 -dt '$time.dt'
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
65 -o ./output.${output_format} &&
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
66 &>> verbose.txt
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
67 #if not $trj.sep:
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
68 &&
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
69 mv ./output.${output_format} '$output'
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
70 #end if
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
71 ]]></command>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
72
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
73 <inputs>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
74 <conditional name="trj">
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
75 <param name="trj_op" type="select" label="Modify a trajectory or concatenate multiple trajectories?">
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
76 <option value="trjconv">Modify (trjconv)</option>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
77 <option value="trjcat">Concatenate (trjcat)</option>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
78 </param>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
79 <when value="trjconv">
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
80 <param name="trj_input" type="data" format='xtc,trr,pdb,gro' label="Input trajectory" help="In XTC or TRR format; structure files with PDB or GRO format can also be used."/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
81 <param name="str_input" type="data" format='pdb,gro,tpr' label="Input structure" help="In PDB, GRO or TPR format."/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
82 <param name="ndx_input" type="data" format='ndx' label="Index (NDX) file" optional="true" help="In NDX format. Optional."/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
83 <param name="index_output" value="0" type="text" label="Index of group to save in the output" help="Index of group to save in the output - i.e. the group's position in the ndx file (using zero-based numbering, so the first group has index 0).">
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
84 <validator type="regex" message="Only numeric values allowed">^[0-9]*$</validator>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
85 </param>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
86 <param name="index_center" type="text" label="Index of group for centering" optional="true" help="Index of group for centering - i.e. the group's position in the ndx file (using zero-based numbering, so the first group has index 0). Leave blank if centering is not required.">
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
87 <validator type="regex" message="Only numeric values allowed">^[0-9]*$</validator>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
88 </param>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
89 <param name="sep" type="select" label="Write each trajectory frame to a separate GRO or PDB file?" help="Results will be stored as a Galaxy collection. Only has effect with PDB or GRO output, otherwise ignored">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
90 <option value="" selected="true">No</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
91 <option value="sep">Yes, write each frame separately</option>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
92 </param>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
93 <conditional name="pbc">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
94 <param name="pbc" type="select" label="PBC treatment" >
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
95 <option value="none">none</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
96 <option value="mol">mol</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
97 <option value="res">res</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
98 <option value="atom">atom</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
99 <option value="nojump">nojump</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
100 <option value="cluster">cluster</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
101 <option value="whole">whole</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
102 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
103 <when value="cluster">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
104 <param name="index_cluster" type="text" label="Index of group to use for clustering" help="Index of group to use for clustering - i.e. the group's position in the ndx file (using zero-based numbering, so the first group has index 0).">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
105 <validator type="regex" message="Only numeric values allowed">^[0-9]*$</validator>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
106 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
107 </when>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
108 <when value="none" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
109 <when value="mol" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
110 <when value="res" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
111 <when value="atom" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
112 <when value="nojump" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
113 <when value="whole" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
114 </conditional>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
115 <param name="ur" type="select" label="Unit cell representation" help="Only has effect in combination with PBC treatment of mol, res or atom">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
116 <option value="rect" selected="true">rect</option>
1
e9cc595562b8 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit e40a6ea54592a2c6e40e44bbad52985fcdcaddb3"
chemteam
parents: 0
diff changeset
117 <option value="tric">tric</option>
e9cc595562b8 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit e40a6ea54592a2c6e40e44bbad52985fcdcaddb3"
chemteam
parents: 0
diff changeset
118 <option value="compact">compact</option>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
119 </param>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
120 <param name="boxcenter" type="select" label="Center for PBC and centering treatment" >
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
121 <option value="rect">rect</option>
1
e9cc595562b8 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit e40a6ea54592a2c6e40e44bbad52985fcdcaddb3"
chemteam
parents: 0
diff changeset
122 <option value="tric" selected="true">tric</option>
e9cc595562b8 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit e40a6ea54592a2c6e40e44bbad52985fcdcaddb3"
chemteam
parents: 0
diff changeset
123 <option value="zero">zero</option>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
124 </param>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
125 <conditional name="fit">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
126 <param name="fit" type="select" label="Fit molecule to reference structure in the reference file?" >
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
127 <option value="none" selected="true">No fitting</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
128 <option value="rot+trans">rot+trans</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
129 <option value="rotxy+transxy">rotxy+transxy</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
130 <option value="translation">translation</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
131 <option value="transxy">transxy</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
132 <option value="progressive">progressive</option>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
133 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
134 <when value="none"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
135 <expand macro="fit_when" option="rot+trans"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
136 <expand macro="fit_when" option="rotxy+transxy"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
137 <expand macro="fit_when" option="translation"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
138 <expand macro="fit_when" option="transxy"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
139 <expand macro="fit_when" option="progressive"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
140 </conditional>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
141 </when>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
142 <when value="trjcat">
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
143 <param name="trj_input" type="data" format='xtc,trr' label="Input trajectories" help="In XTC or TRR format, but please do not mix the two. Please note this tool does not currently take order into account when concatenating." multiple="true"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
144 <param name="cat" type="boolean" label="Do not discard double time frames" truevalue="-cat" falsevalue="-nocat"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
145 <param name="sep" type="hidden" value="" />
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
146 </when>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
147 </conditional>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
148 <param name="output_format" type="select" label="Output format" >
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
149 <option value="xtc">XTC</option>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
150 <option value="trr">TRR</option>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
151 <option value="pdb">PDB</option>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
152 <option value="gro">GRO</option>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
153 </param>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
154 <section title="Time" name='time' expanded="true">
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
155 <param name="b" type="integer" label="Start time" help="Time (ps) of first frame to read from trajectory" value="0" min="0"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
156 <param name="e" type="integer" label="End time" help="Time (ps) of last frame to read from trajectory" value="-1" min="-1"/> <!-- stupidly this has different default values for trjconv and trjcat -->
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
157 <param name="dt" type="integer" label="Write frames at this time interval (ps)" help="Only write frame when t is exactly divisible by this value. Leave as 0 to record all frames." value="0" min="0"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
158 </section>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
159 <expand macro="log" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
160 </inputs>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
161 <outputs>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
162 <data name="output" format="xtc">
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
163 <filter>not trj.get("sep") or output_format in ["xtc", "trr"]</filter>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
164 <change_format>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
165 <when input="output_format" value="trr" format="trr"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
166 <when input="output_format" value="xtc" format="xtc"/>
1
e9cc595562b8 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit e40a6ea54592a2c6e40e44bbad52985fcdcaddb3"
chemteam
parents: 0
diff changeset
167 <when input="output_format" value="gro" format="gro"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
168 <when input="output_format" value="pdb" format="pdb"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
169 </change_format>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
170 </data>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
171 <collection type="list" name="gro_frames" label="Trajectory frames">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
172 <filter>trj.get("sep") and output_format == "gro"</filter>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
173 <discover_datasets pattern="(?P&lt;designation&gt;^output[0-9]{9}\.gro$)" ext="gro"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
174 </collection>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
175 <collection type="list" name="pdb_frames" label="Trajectory frames">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
176 <filter>trj.get("sep") and output_format == 'pdb'</filter>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
177 <discover_datasets pattern="(?P&lt;designation&gt;^output[0-9]{9}\.pdb$)" ext="pdb"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
178 </collection>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
179 <expand macro="log_outputs" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
180 </outputs>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
181 <tests>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
182 <test>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
183 <!-- gmx trjcat -f npt.xtc nvt.xtc -cat -o test.xtc -->
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
184 <param name="trj_op" value="trjcat" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
185 <param name="trj_input" value="npt.xtc,nvt.xtc" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
186 <param name="b" value="0" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
187 <param name="e" value="-1" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
188 <param name="dt" value="0" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
189 <param name="cat" value="true" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
190 <output name="output" file="trjcat.xtc" ftype="xtc"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
191 </test>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
192 <test>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
193 <!-- echo '1 1' | gmx trjconv -f npt.xtc -s npt.tpr -n -center -pbc mol -ur compact -o npt_c.xtc -->
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
194 <!-- <param name="trj_op" value="trjconv" /> -->
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
195 <param name="trj_input" value="npt.xtc" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
196 <param name="str_input" value="npt.tpr" ftype="tpr"/>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
197 <param name="ndx_input" value="index.ndx" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
198 <param name="b" value="0" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
199 <param name="e" value="-1" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
200 <param name="dt" value="0" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
201 <param name="index_output" value="1" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
202 <param name="index_center" value="1" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
203 <param name="pbc" value="mol" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
204 <param name="ur" value="tric" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
205 <output name="output" file="trjconv.xtc" ftype="xtc"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
206 </test>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
207 <test>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
208 <!-- test sep flag -->
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
209 <param name="trj_input" value="npt.xtc" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
210 <param name="str_input" value="npt.tpr" ftype="tpr"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
211 <param name="ndx_input" value="index.ndx" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
212 <param name="b" value="0" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
213 <param name="e" value="-1" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
214 <param name="dt" value="0" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
215 <param name="index_output" value="0" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
216 <param name="sep" value="sep" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
217 <param name="output_format" value="pdb" />
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
218 <output_collection name="pdb_frames" type="list">
7
16fad30d566a "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 2f3d14b4f200100881e362b0f3b97f0e8a36d1f3"
chemteam
parents: 6
diff changeset
219 <element name="output000000007.pdb" ftype="pdb" file="frame7.pdb"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
220 </output_collection>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
221 </test>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
222 </tests>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
223 <help><![CDATA[
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
224
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
225 .. class:: infomark
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
226
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
227 **What it does**
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
228
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
229 This tool allows manipulation of GROMACS trajectories, drawing on the trjcat and trjconv commands.
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
230
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
231 _____
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
232
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
233
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
234 .. class:: infomark
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
235
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
236 **Input**
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
237
7
16fad30d566a "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 2f3d14b4f200100881e362b0f3b97f0e8a36d1f3"
chemteam
parents: 6
diff changeset
238 - One or more trajectory files (XTC or TRR)
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
239 - Structure file (optional)
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
240 - Various options can be set
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
241
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
242 _____
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
243
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
244
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
245 .. class:: infomark
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
246
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
247 **Output**
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
248
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
249 - GROMACS trajectory or structure file (XTC, TRR, PDB, GRO)
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
250
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
251
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
252 ]]></help>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
253 <expand macro="citations" />
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
254 </tool>