Ejemplo n.º 1
0
    def save_statistics(self, matrix_base_path):
        """
        Writes matrix statistics to disk in JSON format.

        @param matrix_base_path: The folder where to save the 'statistics.json' file.
        """
        return pyRMSD_MatrixHandler.save_statistics(matrix_base_path, self.distance_matrix)
Ejemplo n.º 2
0
    def save_statistics(self, matrix_base_path):
        """
        Writes matrix statistics to disk in JSON format.

        @param matrix_base_path: The folder where to save the 'statistics.json' file.
        """
        return pyRMSD_MatrixHandler.save_statistics(matrix_base_path,
                                                    self.distance_matrix)