![]() | ||||||||||||||||||
VMD plugins at WMC Physiology & BiophysicsRMSDTT: RMSD Trajectory ToolDescription | Manual | Download | Installation | AuthorNews
| ||||||||||||||||||
| All off | All on | |
frame mol 1 mol 2 mol 3
0 0.652 2.828 0.652
1 NA NA 0.659
2 NA NA 0.674
3 NA NA 0.692
4 NA NA 0.722
5 NA NA 0.743
... ... ... ... |
ref_mol ref_frame mol frame rmsd
0 0 1 0 0.652
0 0 2 0 2.828
0 0 3 0 0.652
0 0 3 1 0.659
0 0 3 2 0.674
0 0 3 3 0.692
... ... ... ... ... |
The following buttons can be used to add/remove molecules from the table (and further calculations):
| version 3.0 (5 Aug '10) | [download] |
Change log:
|
|
| version 2.01 (24 Apr '06) | [download] |
Change log:
|
|
| version 2.0 (3 Apr '06) | [download] |
Change log:
|
|
Previous versions can be found here
Many people seem to have problems installing these plugins. To help with this issue I have written a small guide on how to install third party VMD plugins in a central location without modifying the VMD installation.
The RMSDTT plugin v2.0 has been included in the VMD distribution since VMD 1.8.4, RMSDTT v3.0 since VMD 1.8.8. If you have a previous VMD version I recommend you upgrade. If you still need the RMSDTT plugin in a previous VMD version or if you want to update to a most recent version of the RMSDTT plugin, follow this instructions:
set auto_path [linsert $auto_path 0 {/path/to/your/plugins/directory}]
lappend auto_path {/path/to/your/plugins/directory}
vmd_install_extension rmsdtt rmsdtt_tk_cb "WMC PhysBio/RMSDTT"
lappend auto_path {/path/to/your/plugins/directory}
if { [catch "package require rmsdtt" msg] } {
puts "VMD RMSDTT package could not be loaded:\n$msg"
} elseif { [catch {menu tk register "rmsdtt" rmsdtt} msg] } {
puts "VMD RMSDTT could not be started:\n$msg"
}
Remember to use the correct path to your plugins directory; i.e, if you saved the plugin in /home/user/myplugins, write that same path in the auto_path line.
Note: If you created the .vmdrc file, remember to add menu main on to get the main menu back.
lappend auto_path {/path/to/tcom/lib/tcom}
if { [catch "package require tcom" msg] } {
puts "VMD tcom package could not be loaded:\n$msg"
}
Send comments and feedback to Luis Gracia.