tooluniverse.tools.get_source_organism_by_pdb_id moduleΒΆ

get_source_organism_by_pdb_id

Retrieve the scientific name of the source organism for a given PDB structure.

tooluniverse.tools.get_source_organism_by_pdb_id.get_source_organism_by_pdb_id(pdb_id, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieve the scientific name of the source organism for a given PDB structure.

Parameters:
  • pdb_id (str) – 4-character RCSB PDB ID of the structure

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