37
edits
Line 263: | Line 263: | ||
Note also that you will need a recent version of Coot to use this, as it stands. This will not work on stock Coot version 0.4.x. You can enable this for use with 0.4.x if you update/replace your xxx/share/coot/scheme/coot-gui.scm file from [http://coot.googlecode.com/svn/trunk/scheme/coot-gui.scm here]. | Note also that you will need a recent version of Coot to use this, as it stands. This will not work on stock Coot version 0.4.x. You can enable this for use with 0.4.x if you update/replace your xxx/share/coot/scheme/coot-gui.scm file from [http://coot.googlecode.com/svn/trunk/scheme/coot-gui.scm here]. | ||
===Example Script 9: A GUI for Chopping Back Sidechains from a Residue Range=== | |||
This is a simple interface to the delete-sidechain-range function, it illustrates how arguments can be transfered | |||
from the GUI to the scripting function. It was written in response to a question from Byron DeLaBarre. | |||
Unfortunately (prior to 0.5) there was an error in the standard delete-sidechain-range function, which is why we over-ride it. | |||
--script [[chop-side-chains-gui.scm]] | |||
===Optional Wrappers and (External) Shell Script Enhancements=== | ===Optional Wrappers and (External) Shell Script Enhancements=== |
edits