tooluniverse.tools.alphafold_get_summary module

alphafold_get_summary

Retrieve summary details of AlphaFold 3D models for a given protein. Input must be a UniProt acce…

tooluniverse.tools.alphafold_get_summary.alphafold_get_summary(qualifier, *, stream_callback=None, use_cache=False, validate=True)[source]

Retrieve summary details of AlphaFold 3D models for a given protein. Input must be a UniProt acce…

Parameters:
  • qualifier (str) – Protein identifier: UniProt accession, entry name, or CRC64 checksum.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]