Commit 8dc09898 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Changes

parent 9ffcb82a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ class VinaPoseGenerator(PoseGenerator):
      else:
        logger.info("About to find putative binding pockets")
        pockets = self.pocket_finder.find_pockets(
            (protein_file, ligand_file))
            protein_file)
        logger.info("%d pockets found in total" % len(pockets))
        logger.info("Computing centroid and size of proposed pockets.")
        centroids, dimensions = [], []