annotate trj.xml @ 16:32052c6c3310 draft default tip

planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
author chemteam
date Mon, 24 Oct 2022 22:36:40 +0000
parents 72459c3ea5f6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
1 <tool id="gmx_trj" name="Modify/convert and concatate GROMACS trajectories" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="21.09">
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>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
5 <token name="@GALAXY_VERSION@">2</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>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
14 <expand macro="requirements"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
15 <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
16 #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
17 mkdir trajs &&
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
18 #set $file_count = 0 ## sets 1st input to 0
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
19 #set $file_list = []
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
20 #for $file_count, $file in enumerate($trj_input): ## enumerates each input file, starting from 0
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
21 #set $filename = "trajs/traj_%i.%s" % ($file_count, $file.ext)
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
22 #silent $file_list.append($filename)
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
23 ln -s '$file' '$filename' &&
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
24 #end for
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
25
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
26 ## runs inputs from a repeat block. By choosing each input, this allows the user to select individual input files at a time, as well as ensure the proper order.
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
27 #for $traj_repeat in $trj.inputtrajs:
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
28 #for $file in $traj_repeat.trj_input:
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
29 #set $file_count = $file_count + 1 ## inputs from this repeat block will be numbered at + 1 ahead of inputs from first multiple select above
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
30 #set $filename = "trajs/traj_%i.%s" % ($file_count, $file.ext)
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
31 #silent $file_list.append($filename)
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
32 ln -s '$file' '$filename' &&
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
33 #end for
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
34 #end for
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
35
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
36 gmx trjcat
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
37 -f
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
38 #for $filename in $file_list:
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
39 '$filename'
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
40 #end for
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
41 $trj.cat
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
42 -e '$time.e'
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
43
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
44 #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
45 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
46 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
47 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
48
14
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
49 echo ## optionally pipe in the following
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
50 #if $trj.fit.fit != 'none':
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
51 '$trj.fit.index_fit'
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
52 #end if
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
53 #if $trj.pbc.pbc == 'cluster':
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
54 '$trj.pbc.index_cluster'
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
55 #end if
72459c3ea5f6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
chemteam
parents: 7
diff changeset
56 '$trj.index_center' '$trj.index_output' | gmx trjconv
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
57 -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
58 -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
59 #if $ndx_input:
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
60 -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
61 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
62 #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
63 -center
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
64 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
65 #if $trj.sep:
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
66 -sep
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
67 -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
68 #end if
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
69 -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
70 -ur $trj.ur
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
71 -boxcenter $trj.boxcenter
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
72 -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
73 #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
74 -e '$time.e'
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
75 #end if
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
76 #if $trj.skip:
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
77 -skip $trj.skip
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
78 #end if
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
79 #end if
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
80
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
81 -b '$time.b'
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
82 -dt '$time.dt'
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
83 -o ./output.${output_format}
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
84 >> verbose.txt 2>&1
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
85 #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
86 &&
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
87 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
88 #end if
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
89 ]]></command>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
90 <inputs>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
91 <conditional name="trj">
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
92 <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
93 <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
94 <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
95 </param>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
96 <when value="trjconv">
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
97 <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."/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
98 <param name="str_input" type="data" format="pdb,gro,tpr" label="Input structure" help="In PDB, GRO or TPR format."/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
99 <param name="ndx_input" type="data" format="ndx" label="Index (NDX) file" optional="true" help="In NDX format. Optional."/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
100 <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
101 <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
102 </param>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
103 <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
104 <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
105 </param>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
106 <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
107 <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
108 <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
109 </param>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
110 <conditional name="pbc">
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
111 <param name="pbc" type="select" label="PBC treatment">
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
112 <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
113 <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
114 <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
115 <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
116 <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
117 <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
118 <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
119 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
120 <when value="cluster">
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
121 <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
122 <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
123 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
124 </when>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
125 <when value="none"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
126 <when value="mol"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
127 <when value="res"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
128 <when value="atom"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
129 <when value="nojump"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
130 <when value="whole"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
131 </conditional>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
132 <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
133 <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
134 <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
135 <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
136 </param>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
137 <param name="skip" type="integer" min="1" value="1" label="Number of frames to skip" help="This allows you to compress a trajectory file, by reducing the amount of frames written out into the new trajectory file."/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
138 <param name="boxcenter" type="select" label="Center for PBC and centering treatment">
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
139 <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
140 <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
141 <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
142 </param>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
143 <conditional name="fit">
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
144 <param name="fit" type="select" label="Fit molecule to reference structure in the reference file?">
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
145 <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
146 <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
147 <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
148 <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
149 <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
150 <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
151 </param>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
152 <when value="none"/>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
153 <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
154 <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
155 <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
156 <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
157 <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
158 </conditional>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
159 </when>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
160 <when value="trjcat">
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
161 <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 that the order of concatenation is the same as the consecutive order of these selected inputs." multiple="true"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
162 <repeat name="inputtrajs" title="Select input trajectories" min="0">
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
163 <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 that the order of concatenation is the same as the consecutive order of these selected inputs." multiple="true"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
164 </repeat>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
165 <param name="cat" type="boolean" label="Do not discard double time frames" truevalue="-cat" falsevalue="-nocat"/>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
166 <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
167 </when>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
168 </conditional>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
169 <param name="output_format" type="select" label="Output format">
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
170 <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
171 <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
172 <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
173 <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
174 </param>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
175 <section title="Time" name="time" expanded="true">
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
176 <param name="b" type="integer" label="Start time" help="Time (ps) of first frame to read from trajectory" value="0" min="0"/>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
177 <param name="e" type="integer" label="End time" help="Time (ps) of last frame to read from trajectory" value="-1" min="-1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
178 <!-- stupidly this has different default values for trjconv and trjcat -->
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
179 <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"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
180 </section>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
181 <expand macro="log"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
182 </inputs>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
183 <outputs>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
184 <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
185 <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
186 <change_format>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
187 <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
188 <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
189 <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
190 <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
191 </change_format>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
192 </data>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
193 <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
194 <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
195 <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
196 </collection>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
197 <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
198 <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
199 <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
200 </collection>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
201 <expand macro="log_outputs"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
202 </outputs>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
203 <tests>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
204 <test>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
205 <!-- gmx trjcat -f npt.xtc nvt.xtc -cat -o test.xtc -->
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
206 <param name="trj_op" value="trjcat"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
207 <param name="trj_input" value="npt.xtc,nvt.xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
208 <param name="b" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
209 <param name="e" value="-1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
210 <param name="dt" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
211 <param name="cat" value="true"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
212 <output name="output" file="trjcat.xtc" ftype="xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
213 </test>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
214 <test>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
215 <!-- gmx trjcat -f npt.xtc nvt.xtc -cat -o test.xtc -->
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
216 <conditional name="trj">
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
217 <param name="trj_op" value="trjcat"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
218 <param name="trj_input" value="npt.xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
219 <repeat name="inputtrajs">
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
220 <param name="trj_input" value="nvt.xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
221 </repeat>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
222 <param name="cat" value="true"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
223 </conditional>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
224 <param name="output_format" value="xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
225 <section name="time">
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
226 <param name="b" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
227 <param name="e" value="-1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
228 <param name="dt" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
229 </section>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
230 <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
231 </test>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
232 <test>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
233 <!-- 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
234 <!-- <param name="trj_op" value="trjconv" /> -->
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
235 <param name="trj_input" value="npt.xtc"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
236 <param name="str_input" value="npt.tpr" ftype="tpr"/>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
237 <param name="ndx_input" value="index.ndx"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
238 <param name="b" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
239 <param name="e" value="-1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
240 <param name="dt" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
241 <param name="index_output" value="1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
242 <param name="index_center" value="1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
243 <param name="pbc" value="mol"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
244 <param name="ur" value="tric"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
245 <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
246 </test>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
247 <test>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
248 <!-- testing skip -->
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
249 <!-- echo '1 1' | gmx trjconv -f npt.xtc -s npt.tpr -n -center -pbc mol -ur compact -skip 2 -o npt_c.xtc -->
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
250 <!-- <param name="trj_op" value="trjconv" /> -->
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
251 <param name="trj_input" value="npt.xtc"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
252 <param name="str_input" value="npt.tpr" ftype="tpr"/>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
253 <param name="ndx_input" value="index.ndx"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
254 <param name="b" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
255 <param name="e" value="-1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
256 <param name="dt" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
257 <param name="index_output" value="1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
258 <param name="index_center" value="1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
259 <param name="pbc" value="mol"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
260 <param name="ur" value="compact"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
261 <param name="skip" value="2"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
262 <output name="output" file="trjconv_skip2.xtc" ftype="xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
263 </test>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
264 <test>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
265 <!-- test sep flag -->
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
266 <param name="trj_input" value="npt.xtc"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
267 <param name="str_input" value="npt.tpr" ftype="tpr"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
268 <param name="ndx_input" value="index.ndx"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
269 <param name="b" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
270 <param name="e" value="-1"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
271 <param name="dt" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
272 <param name="index_output" value="0"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
273 <param name="sep" value="sep"/>
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
274 <param name="output_format" value="pdb"/>
5
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
275 <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
276 <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
277 </output_collection>
cdf93d057569 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc"
chemteam
parents: 4
diff changeset
278 </test>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
279 </tests>
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
280 <help><![CDATA[
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
281
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
282 .. class:: infomark
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
283
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
284 **What it does**
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
285
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
286 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
287
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
288 _____
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
289
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
290
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
291 .. class:: infomark
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
292
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
293 **Input**
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
294
7
16fad30d566a "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 2f3d14b4f200100881e362b0f3b97f0e8a36d1f3"
chemteam
parents: 6
diff changeset
295 - 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
296 - Structure file (optional)
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
297 - 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
298
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
299 _____
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
300
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
301
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
302 .. class:: infomark
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
303
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
304 **Output**
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
305
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
306 - 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
307
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
308
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
309 ]]></help>
16
32052c6c3310 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
chemteam
parents: 14
diff changeset
310 <expand macro="citations"/>
0
bb0053c4e4f2 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 03127e495a0a1a022928c1a03527974c9e81b5a1"
chemteam
parents:
diff changeset
311 </tool>