Configure a default SOMAContext to be used by all TileDB-SOMA
operations when no explicit context is provided.
Details
This function should be called once at the beginning of your session before opening any SOMA objects if you want to customize the TileDB context parameters that will apply to all subsequent operations. Otherwise, a default context will be created automatically with standard parameters when you first open a SOMA object.
If the global context was already set, an error will be raised unless
replace=True. Setting a new default context will not change the
context for TileDB-SOMA objects that were already created.