basic cleanup:
* load_molecule function was replaced with an import from rdkit_util * compute_pairwise_distances now uses cdist (scipy) * compute_ecfp_features uses GetMorganFingerprintAsBitVect and does not ignore its arguments * protein_name variable was removed from _transform method (it was unused) * all ValueErrors indicating not implemented function were changed to NotImplementedError
Loading
Please sign in to comment