volkamerlab / opencadd

A Python library for structural cheminformatics
https://opencadd.readthedocs.io
MIT License
91 stars 18 forks source link

Enable pocket retrieval from local pdb files #64

Closed dominiquesydow closed 3 years ago

dominiquesydow commented 3 years ago

Description

opencadd.databases.klifs allows interaction with local KLIFS data. So far, it was only possible to get pocket information (i.e. residue PDB ID to KLIFS index mapping) based on mol2 files. In this PR, we add the same based on pdb files (KLIFS offers both mol2 and pdb files as download).

Todos

Questions

None

Status

codecov-io commented 3 years ago

Codecov Report

Merging #64 (a8dd154) into master (c860671) will not change coverage. The diff coverage is 100.00%.

dominiquesydow commented 3 years ago

Fixed CI / docs fails as described here: https://github.com/volkamerlab/opencadd/issues/65