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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://dcb.cit.nih.gov/pipermail/xplor-nih/attachments/20100730/775fc9d6/attachment.html
 

Reply via email to