OCDocker.Processing.Postprocessing.Digest module

This module is responsible for digest processing.

It is imported as:

import OCDocker.Processing.Postprocessing.Digest as ocdigest

OCDocker.Processing.Postprocessing.Digest.generate_digest(paths, archive, overwrite, digestFormat='json', all_boxes=False)[source]

Generate the digest for the docking output.

Parameters:
  • paths (List[Tuple[str, List[str]]] | Tuple[str, List[str]]) – The list of directories or the directory to be processed.

  • archive (str) – The archive name. Options are [dudez, pdbbind].

  • overwrite (bool) – If the docking output already exists, should it be overwritten?

  • digestFormat (str, optional) – Which digest format will be used [json], by default “json”.

  • all_boxes (bool) –

Return type:

None