Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example command "plip -i 1vsn -yv" is not working #30

Closed
oliserand opened this issue Jun 11, 2018 · 1 comment
Closed

Example command "plip -i 1vsn -yv" is not working #30

oliserand opened this issue Jun 11, 2018 · 1 comment

Comments

@oliserand
Copy link

$plip -i 1vsn -yv
...
Checking status of PDB ID 1vsn ... entry is up to date.
Downloading file from PDB ... file downloaded as ./1vsn.pdb
...
PDB structure successfully read.
Analyzing one ligand...
...
Contains 2 aromatic ring(s).
Traceback (most recent call last):
File "/home/user/bin/source/pliptool/plip/plipcmd", line 306, in
main(expanded_path, arguments.pdbid) # Start main script
File "/home/user/bin/source/pliptool/plip/plipcmd", line 172, in main
process_pdb(pdbpath, config.OUTPATH, outputprefix=outputprefix)
File "/home/user/bin/source/pliptool/plip/plipcmd", line 68, in process_pdb
mol.characterize_complex(ligand)
File "/home/user/bin/source/pliptool/plip/modules/preparation.py", line 1390, in characterize_complex
lig_obj = Ligand(self, ligand)
File "/home/user/bin/source/pliptool/plip/modules/preparation.py", line 1001, in init
descvalues = self.molecule.calcdesc()
File "/usr/lib/python2.7/dist-packages/pybel.py", line 361, in calcdesc
raise ValueError("%s is not a recognised Open Babel descriptor type" % descname)
ValueError: @w7� is not a recognised Open Babel descriptor type

#System set-up:
Python 2.7.2
Open Babel version: 2.3.2
Ubuntu 16.04 LTS

@ssalentin
Copy link

Please check your OpenBabel installation. It might be that your Python bindings don't match the installed OpenBabel version.
See here for installation instructions.
Question was also added to the new FAQ in the README.md .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants