Commit 147fe83a authored by leswing's avatar leswing
Browse files

Babel cleanup

parent fce5eb9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -235,11 +235,11 @@ def compute_all_ecfp(mol, indices=None, degree=2):


def compute_ecfp_features(mol, ecfp_degree, ecfp_power):
  """Computes ECFP features for provided openbabel molecule.
  """Computes ECFP features for provided rdkit molecule.

  Parameters:
  -----------
    system_ob: openbabel molecules
    mol: rdkit molecule
      Molecule to featurize.
    ecfp_degree: int
      ECFP radius
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ sphinx
scikit-learn
keras
theano ==0.7.2
openbabel
rdkit
pandas
numpy