Clone Reps Plugin, Version 1.4
![](clonerepgui_small.gif)
The CloneRep plugin provides functionality to 'clone' the full set of representations from one molecule onto another. All previously existing visualizations are deleted. It also comes with a small GUI to perform the task without having to use the command line.
Text mode Interface:
The package is loaded by:
package require clonerep
and exports the tcl procedure
::CloneRep::clone_reps [
Graphical Interface:
The graphical user interface has two pop-up lists that allow selecting the two molecule ids needed for the clone_reps command and the Clone button to execute the text mode script.
Author
Axel Kohlmeyer. Support for symbolic molecule ids based on a patch by Luis Gracia.