annotate hbonds/hbonds.xml @ 0:8aa5e465b043 draft default tip

"planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
author chemteam
date Thu, 24 Oct 2019 07:00:24 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
1 <tool id="vmd_hbonds" name="Hydrogen Bond Analysis using VMD" version="1.9.3">
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
2 <description>between two segments of a trajectory</description>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
3 <requirements>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
4 <requirement type="package" version="1.9.3">vmd</requirement>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
5 </requirements>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
6 <command detect_errors="exit_code">
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
7 <![CDATA[
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
8 ln -s '$__tool_directory__/hbonds.tcl' ./hbonds.tcl &&
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
9 #if $trajin.is_of_type("dcd"):
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
10 vmd -pdb '$strin' -dcd '$trajin' -dispdev text -e '$hbonds_inp' &>> verbose.txt
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
11 #elif $trajin.is_of_type("xtc"):
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
12 vmd -gro '$strin' -xtc '$trajin' -dispdev text -e '$hbonds_inp' &>> verbose.txt
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
13 #end if
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
14 ]]></command>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
15 <configfiles>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
16 <configfile name="hbonds_inp">
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
17 source hbonds.tcl
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
18
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
19 set sele1 [atomselect $molid "$sele1"]
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
20 set sele2 [atomselect $molid "$sele2"]
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
21
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
22 hbonds -sel1 \$sele1 -sel2 \$sele2 -writefile yes -ang $angle -dist $distance -plot no -DA both -type all -outfile hbond.txt -detailout detail.txt
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
23 quit
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
24 </configfile>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
25 </configfiles>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
26 <inputs>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
27 <param format="dcd,xtc" name="trajin" type="data" label="DCD/XTC trajectory input"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
28 <param format="pdb,gro" name="strin" type="data" label="PDB/GRO input"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
29 <param name="molid" type="integer" value="0" label="Molecule ID"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
30 <param name="sele1" type="text" value="segid PRO" label="Selection 1" help="Definition of a segment with VMD atom selection language"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
31 <param name="sele2" type="text" value="segid HET" label="Selection 2" help="Definition of a segment with VMD atom selection language"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
32 <param name="angle" type="float" value="20.0" label="Angle cutoff"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
33 <param name="distance" type="float" value="3.0" label="Distance cutoff"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
34 </inputs>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
35 <outputs>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
36 <data format="txt" name="detail" from_work_dir="detail.txt" label="Percentage occupancy of the H-bond"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
37 <data format="txt" name="hbond" from_work_dir="hbond.txt" label="Number of H-bonds"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
38 <data name="report" format="txt" from_work_dir="verbose.txt"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
39 </outputs>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
40 <tests>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
41 <test>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
42 <param name="trajin" value="test.dcd" ftype="dcd"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
43 <param name="strin" value="test.pdb" ftype="pdb"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
44 <param name="molid" value="0"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
45 <param name="distance" value="3.0"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
46 <param name="angle" value="20.0"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
47 <param name="sele1" value="water"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
48 <param name="sele2" value="not water"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
49 <output name="hbond" value="Number_of_H-bonds.txt"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
50 </test>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
51 <test>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
52 <param name="trajin" value="test.xtc" ftype="xtc"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
53 <param name="strin" value="test.gro" ftype="gro"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
54 <param name="molid" value="0"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
55 <param name="distance" value="3.0"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
56 <param name="angle" value="20.0"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
57 <param name="sele1" value="water"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
58 <param name="sele2" value="not water"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
59 <output name="hbond" value="Number_of_H-bonds_gro.txt"/>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
60 </test>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
61 </tests>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
62 <help><![CDATA[
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
63 .. class:: infomark
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
64
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
65 **What it does**
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
66
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
67 This tool calculates hydrogen bonds between two segments of a system in a molecular dynamics trajectory.
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
68
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
69 _____
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
70
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
71
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
72 .. class:: infomark
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
73
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
74 **Input**
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
75
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
76 - Trajectory file (DCD/XTC).
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
77 - PDB or GRO file.
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
78 - Atom selection commands for two regions to be compared - e.g. 'not water' or 'segid PRO'. See here_ for more information on the VMD atom selection language.
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
79
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
80 .. _here: https://www.ks.uiuc.edu/Research/vmd/vmd-1.3/ug/node132.html
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
81
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
82 _____
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
83
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
84
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
85 .. class:: infomark
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
86
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
87 **Output**
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
88
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
89 - Number of H-bonds for each time step and and their occupancy.
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
90
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
91
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
92 ]]></help>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
93 <citations>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
94 <citation type="doi">10.1016/0263-7855(96)00018-5</citation>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
95 <citation type="doi">10.1093/bioinformatics/btz107</citation>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
96 </citations>
8aa5e465b043 "planemo upload for repository https://github.com/thatchristoph/vmd-cvs-github/tree/master/vmd commit a48d8046b8d9c8093daaa35bfedafa62fc5c5fd9"
chemteam
parents:
diff changeset
97 </tool>