tooluniverse.tools.alphafold_get_summary module

alphafold_get_summary

Retrieve summary details of AlphaFold 3D models for a given protein. IMPORTANT: The qualifier mus…

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. IMPORTANT: The qualifier mus…

Parameters:
  • qualifier (str) – Protein identifier: UniProt ACCESSION (e.g., ‘Q5SWX9’). Do NOT use entry name…

  • 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]