We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0b08b commit bdf0f94Copy full SHA for bdf0f94
posebench/data/chai_output_extraction.py
@@ -2,15 +2,13 @@
2
# Following code curated for PoseBench: (https://github.com/BioinfoMachineLearning/PoseBench)
3
# -------------------------------------------------------------------------------------------------------------------------------------
4
5
-import glob
6
import logging
7
import os
8
9
import hydra
10
import rootutils
11
from biopandas.pdb import PandasPdb
12
from omegaconf import DictConfig, open_dict
13
-from rdkit import Chem
14
15
rootutils.setup_root(__file__, indicator=".project-root", pythonpath=True)
16
0 commit comments