Molecular weight, SPDBV tool
0
0
Entering edit mode
7.9 years ago
ashamscsoft ▴ 20

Is there any option to calculate molecular weight in SPDBV tool? There is a option in pymol tool but i cannot calculate it for complex weight. I uploaded pdb file of a complex in pymol, written from autodock file. I got that file after docking. The error i face when i try to compute complex weight is

CmdLoad: "F:/A/complex.pdb" loaded as "complex". 
Traceback (most recent call last): File "C:\Program Files\PyMOL\PyMOL/modules\pymol\parser.py", line 419, 
    in parse exec(layer.com2+"\n",self.pymol_names,self.pymol_names) \
    File "<string>", line 1, 
    in <module> File "C:\Program Files\PyMOL\PyMOL/modules\pymol\util.py", line 331, \
    in compute_mass result += m.get_mass() 
    File "C:\Program Files\PyMOL\PyMOL/modules\chempy\models.py", line 70, 
    in get_mass sm = sm + a.get_mass() 
    File "C:\Program Files\PyMOL\PyMOL/modules\chempy__init__.py", line 65, 
    in get_mass return atomic_mass[self.symbol] KeyError: 'A'

This is the error im facing. Kindly reply if anyone knows to solve this issue. One more doubt is im getting the molecular weight of protein and ligand separately in pymol. Can we add the weights of protein and ligand for the complex molecular weight?

spdbv tool molecular weight • 2.5k views
ADD COMMENT
0
Entering edit mode

How did you try in pymol and what's the error you're facing? PyMol allows a lot more programmability than does SPDBV so you might have better luck with PyMol.

ADD REPLY
0
Entering edit mode

I uploaded pdb file of a complex in pymol, written from autodock file. I got that file after docking. The error i face when i try to compute complex weight is

CmdLoad: "F:/A/complex.pdb" loaded as "complex".
Traceback (most recent call last):
  File "C:\Program Files\PyMOL\\PyMOL/modules\pymol\parser.py", line 419, in parse
    exec(layer.com2+"\n",self.pymol_names,self.pymol_names)
  File "<string>", line 1, in <module>
  File "C:\Program Files\PyMOL\\PyMOL/modules\pymol\util.py", line 331, in compute_mass
    result += m.get_mass()
  File "C:\Program Files\PyMOL\\PyMOL/modules\chempy\models.py", line 70, in get_mass
    sm = sm + a.get_mass()
  File "C:\Program Files\PyMOL\\PyMOL/modules\chempy\__init__.py", line 65, in get_mass
    return atomic_mass[self.symbol]
KeyError: 'A'

This is the error im facing. Kindly reply if anyone knows to solve this issue. One more doubt is im getting the molecular weight of protein and ligand separately in pymol. Can we add the weights of protein and ligand for the complex molecular weight?

ADD REPLY
0
Entering edit mode

Please edit your question and add this information to it.

ADD REPLY

Login before adding your answer.

Traffic: 2686 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6