This is a read-only mirror of pymolwiki.org
Difference between revisions of "Nmr cnstr"
Jump to navigation
Jump to search
m (1 revision) |
|
(No difference)
|
Latest revision as of 02:16, 28 March 2014
Type | Python Script |
---|---|
Download | nmr_cnstr.py |
Author(s) | Evangelos Papadopoulos |
License | - |
This code has been put under version control in the project Pymol-script-repo |
This script will display the NMR constrains used for a structure calculation atop a structure. Usage: Save this as "NMRcnstr.py" load your protein in PyMOL, and run the script. type upl('fname') or cns('fname') where fname is the filename with the NMR constrains you want to display. It is still a very preliminary version.
If you generated the structure by CYANA type:
cyana> read final.pdb
to input the structure in cyana then:
cyana>pseudo=1
before exporting the structure again by:
cyana> write final.pdb
this way the structure will contain the appropriate pseudoatoms nomeclature.
Welcome to contact me if you need some help to set it up.