annotate rmsd.xml @ 1:e8e3636338c8 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:31:09 +0000
parents 7f64dd60f5d7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
1 <tool id="gmx_rmsd" name="GROMACS RMSD calculation" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="21.09">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
2 <description>of molecular structures</description>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
3 <macros>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
4 <import>macros.xml</import>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
6 </macros>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
7 <expand macro="requirements"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
9
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
10 ln -s '$traj_input' ./traj_input.${traj_input.ext} &&
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
11 ln -s '$structure_input' ./structure_input.${structure_input.ext} &&
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
12 #if $traj2.traj2select == 'true':
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
13 ln -s '$traj2.traj_input2' ./traj_input2.${traj_input2.ext} &&
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
14 #end if
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
15 #if $ndx_input:
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
16 ln -s '$ndx_input' ./ndx_input.${ndx_input.ext} &&
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
17 #end if
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
18 #if $fit.fit_type == 'none':
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
19 echo '$index_rmsdgroup' | gmx rms
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
20 #else
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
21 echo '$fit.index_refgroup' '$index_rmsdgroup' | gmx rms
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
22 #end if
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
23
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
24 ## inputs
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
25 -f ./traj_input.${traj_input.ext}
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
26 -s ./structure_input.${structure_input.ext}
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
27 #if $traj2.traj2select == 'true':
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
28 -f2 ./traj_input2.${traj_input2.ext}
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
29 -m
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
30 -skip '$traj2.skip'
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
31 -skip2 '$traj2.skip'
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
32 -max '$traj2.maxlevel'
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
33 -min '$traj2.minlevel'
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
34 #end if
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
35 #if '$ndx_input':
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
36 -n ./ndx_input.${ndx_input.ext}
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
37 #end if
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
38
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
39 -fit '$fit.fit_type'
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
40 -xvg '$outputformat'
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
41
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
42 ## other options
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
43
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
44 #if $mir == 'true':
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
45 -mir
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
46 #end if
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
47 >> verbose.txt 2>&1
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
48 ]]></command>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
49 <inputs>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
50 <param name="traj_input" type="data" format="trr,xtc" label="Trajectory file" help="In XTC or TRR format"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
51 <conditional name="traj2">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
52 <param name="traj2select" type="select" label="Add an additional trajectory file?" help="Can be useful when compraring two different simulations of the same system.">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
53 <option value="false">No</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
54 <option value="true">Yes</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
55 </param>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
56 <when value="true">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
57 <param name="traj_input2" type="data" format="trr,xtc" label="Additional trajectory file" help="In XTC or TRR format. This is used to generate a comparison matrix between the RMSDs of both trajectories."/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
58 <param name="skip" type="integer" value="1" min="1" label="Number of frames to skip in the trajectory file"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
59 <param name="maxlevel" type="integer" value="-1" label="Maximum level in comparison matrix" help="Refers to the maximum magnitude of the RMSD to plot"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
60 <param name="minlevel" type="integer" value="-1" label="Minimum level in comparison matrix" help="Refers to the minimum magnitude of the RMSD to plot"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
61 </when>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
62 <when value="false">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
63 </when>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
64 </conditional>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
65 <param name="structure_input" type="data" format="tpr,pdb,gro" label="Structure file" help="In TPR, PDB, or GRO format. Use a tpr file if your system contains nonstandard atom types, as atomic masses may not be directly obtained from PDB or GRO files."/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
66 <param name="ndx_input" type="data" format="ndx" label="Index (NDX) file" help="Index file containing your system's different atomic and molecular groups."/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
67 <param name="index_rmsdgroup" value="0" min="0" type="integer" label="Index - RMSD group" help="Index of RMSD group - for proteins, this can generally be the same as the least squares fitting group, but can be different depending on the application."/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
68 <conditional name="fit">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
69 <param name="fit_type" type="select" label="Fit Type" help="Controls the least-squares fitting of the structures on top of each other: complete fit (rotation and translation), translation only, or no fitting at all.">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
70 <option value="rot+trans" selected="true">Rotation and translation</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
71 <option value="translation">Translation only</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
72 <option value="none">No fitting</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
73 </param>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
74 <when value="rot+trans">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
75 <param name="index_refgroup" value="0" min="0" type="integer" label="Index - least squares fitting group" help="Index number of the group you are fitting against, i.e. the reference group. For proteins, this group is commonly Backbone or C-alpha."/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
76 </when>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
77 <when value="translation">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
78 <param name="index_refgroup" value="0" min="0" type="integer" label="Index - least squares fitting group" help="Index number of the group you are fitting against, i.e. the reference group. For proteins, this group can be Backbone or C-alpha."/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
79 </when>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
80 <when value="none"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
81 </conditional>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
82 <param name="outputformat" type="select" label="Output format" help="The default XVG format is compatible with XMGRACE and includes all of the graph's parameters. The raw data just includes 2 columns, one for the frame number and second for the corresponding RMSD value">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
83 <option value="xmgrace" selected="true">XVG</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
84 <option value="none">Raw Data</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
85 </param>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
86 <param name="mir" type="select" label="Compare results with mirror image of the reference structure?" help="This is useful as a reference for assessing ‘significant’ RMSD values. This option produces an additional XVG file.">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
87 <option value="false">No</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
88 <option value="true">Yes</option>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
89 </param>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
90 <expand macro="log"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
91 </inputs>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
92 <outputs>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
93 <data name="rmsd_output" format="xvg" from_work_dir="rmsd.xvg" label="GROMACS calculation of RMSD on ${on_string}"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
94 <data name="xpm_output" format="xpm" from_work_dir="rmsd.xpm" label="GROMACS comparison matrix of RMSDs ${on_string}">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
95 <filter>traj2['traj2select'] == 'true'</filter>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
96 </data>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
97 <data name="rmsdmirror_output" format="xvg" from_work_dir="rmsdmir.xvg" label="GROMACS calculation of mirror image RMSD on ${on_string}">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
98 <filter>mir == 'true'</filter>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
99 </data>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
100 <expand macro="log_outputs"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
101 </outputs>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
102 <tests>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
103 <test expect_num_outputs="2">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
104 <param name="traj_input" value="npt.xtc"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
105 <param name="structure_input" value="npt.tpr" ftype="tpr"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
106 <param name="ndx_input" value="index.ndx" ftype="ndx"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
107 <param name="index_rmsdgroup" value="3"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
108 <param name="index_refgroup" value="3"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
109 <param name="fit_type" value="rot+trans"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
110 <param name="mir" value="true"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
111 <param name="outputformat" value="none"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
112 <output name="rmsdmirror_output" ftype="xvg">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
113 <assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
114 <has_text_matching expression="0.10000\d+ 0.14200\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
115 <has_text_matching expression="0.20000\d+ 0.14305\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
116 <has_text_matching expression="0.30000\d+ 0.13667\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
117 </assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
118 </output>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
119 <output name="rmsd_output" ftype="xvg">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
120 <assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
121 <has_text_matching expression="0.10000\d+ 0.02083\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
122 <has_text_matching expression="0.20000\d+ 0.02976\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
123 <has_text_matching expression="0.30000\d+ 0.03229\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
124 </assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
125 </output>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
126 </test>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
127 <test expect_num_outputs="2">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
128 <param name="traj_input" value="npt.xtc"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
129 <param name="traj2select" value="true"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
130 <param name="traj_input2" value="nvt.xtc"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
131 <param name="structure_input" value="npt.tpr" ftype="tpr"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
132 <param name="ndx_input" value="index.ndx" ftype="ndx"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
133 <param name="index_rmsdgroup" value="3"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
134 <param name="index_refgroup" value="3"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
135 <param name="fit_type" value="rot+trans"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
136 <param name="mir" value="false"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
137 <param name="outputformat" value="none"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
138 <output name="xpm_output" ftype="xpm">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
139 <assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
140 <has_text_matching expression="A c #FFFFFF "/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
141 <has_text_matching expression="B c #FCFCFC "/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
142 <has_text_matching expression="C c #F9F9F9 "/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
143 </assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
144 </output>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
145 <output name="rmsd_output" ftype="xvg">
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
146 <assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
147 <has_text_matching expression="0.10000\d+ 0.02083\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
148 <has_text_matching expression="0.20000\d+ 0.02976\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
149 <has_text_matching expression="0.30000\d+ 0.03229\d+"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
150 </assert_contents>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
151 </output>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
152 </test>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
153 </tests>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
154 <help><![CDATA[
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
155
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
156 .. class:: infomark
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
157
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
158 **What it does**
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
159
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
160 This tool calculates a structure's Root Mean Square Deviation (RMSD), using GROMACS. A second trajectory can also be used when trying to compare the RMSDs of two simulations of the same system. In both the single and dual trajectory functionality, the same reference groups are used and taken from the structure file (tpr, pdb, or gro).
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
161
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
162 _____
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
163
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
164 .. class:: infomark
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
165
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
166 **Input**
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
167
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
168 - GRO, PDB, or TPR structure file.
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
169 - TRR or XTC trajectory file.
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
170
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
171
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
172 _____
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
173
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
174
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
175 .. class:: infomark
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
176
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
177 **Output**
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
178
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
179 - XVG file containing RMSD results.
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
180
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
181 ]]></help>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
182 <expand macro="citations"/>
7f64dd60f5d7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 27f3e0b555b8178299ada42df33006e2f69b4e80
chemteam
parents:
diff changeset
183 </tool>