Hi
I was trying to change segments names in the python interface to match a
generated psf file
psfGen.seqToPSF('YYYY.seq',seqType='prot',startResid=1, segName='XXXX')
from pdbTool import PDBTool
PDBTool('YYYY.pdb').read()
sel = AtomSel("all")
sel.apply( SetProperty("segmentName","XXXX"))
however, when I check for unknown atoms all the atoms are unknown....
sel = AtomSel("not known")
for atom in sel:
print atom.string()
is this a problem where I need to synchronise pyXplor to the xplor instance
or vice versa (and if so how) or am I missing something
regards
gary
_______________________________________________
Xplor-nih mailing list
[email protected]
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih