Talk:BiologicalUnit: Difference between revisions
Jump to navigation
Jump to search
(Created page with '~~~~ The script does not work for me. My procedure is #Open PyMOL #run E:/readSymmetry.py #symMat = readSymmetry("E:/pdb1k4c.pdb","pdbFile") #biologicalUnit("mates", "pdbFile",…') |
No edit summary |
||
Line 1: | Line 1: | ||
[[User:Zhentg|Dr. Zhenting Gao]] 06:07, 20 May 2010 (UTC) | [[User:Zhentg|Dr. Zhenting Gao]] 06:07, 20 May 2010 (UTC) | ||
The script does not work for me. | The script does not work for me. Can anyone help me out? | ||
My procedure is | My procedure is |
Revision as of 01:07, 20 May 2010
Dr. Zhenting Gao 06:07, 20 May 2010 (UTC)
The script does not work for me. Can anyone help me out?
My procedure is
- Open PyMOL
- run E:/readSymmetry.py
- symMat = readSymmetry("E:/pdb1k4c.pdb","pdbFile")
- biologicalUnit("mates", "pdbFile", symMat)
- Then the following error occurs
Traceback (most recent call last): File "d:\cadd\pymol/modules\pymol\parser.py", line 455, in parse exec(layer.com2+"\n",self.pymol_names,self.pymol_names) File "<string>", line 1, in ? File "E:/readSymmetry.py", line 77, in biologicalUnit n = cmd.get_unused_name(prefix) AttributeError: 'module' object has no attribute 'get_unused_name'