utils
Functions:
-
paths_from_glob
–Evaluate the pattern and extract the paths
-
load_conformers
–Load the SDF as one mol with many conformers
paths_from_glob
paths_from_glob(path_pattern)
Evaluate the pattern and extract the paths
Source code in ties/docking/utils.py
7 8 9 10 11 |
|
load_conformers
load_conformers(sdf) -> Mol
Load the SDF as one mol with many conformers
Source code in ties/docking/utils.py
20 21 22 23 24 25 26 27 28 29 30 31 |
|