Commit 0ad7496b authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

changes

parent aa9d2771
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ class BindingPocketFeaturizer(Featurizer):
    -------
    A numpy array of shale `(len(pockets), n_residues)`
    """
    if len(
    import mdtraj
    protein_coords = rdkit_util.load_molecule(
        protein_file, add_hydrogens=False, calc_charges=False)[0]