bionty.core.sync_public_sources

bionty.core.sync_public_sources(update_currently_used=False)

Add new public sources to the Source registry.

This function registers new public sources in the Source registry.

Public sources are in [sources.yaml](laminlabs/bionty).

Parameters:

update_currently_used (bool, default: False) – If True, set the latest version as currently_used.

Return type:

None

Example:

from bionty.core import sync_public_sources

sync_public_sources()