es_sfgtools.utils.custom_warnings_exceptions module

exception es_sfgtools.utils.custom_warnings_exceptions.DYLDLibraryException(message='\nLibrary not loaded: @rpath/libtiledb.dylib \nDYLD_LIBRARY_PATH does not include TileDB dylib file. Hint: $ export DYLD_LIBRARY_PATH=$CONDA_PREFIX/lib:$DYLD_LIBRARY_PATH')

Bases: Exception

Exception raised when the DYLD_LIBRARY_PATH environment variable is not set.

exception es_sfgtools.utils.custom_warnings_exceptions.LDLibraryException(message='\nLibrary not loaded: @rpath/libtiledb.dylib \nLD_LIBRARY_PATH does not include TileDB tile.h file. Hint: $ export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH')

Bases: Exception

Exception raised when the LD_LIBRARY_PATH environment variable is not set.

exception es_sfgtools.utils.custom_warnings_exceptions.PrideSampleFrequencyWarning

Bases: Warning

Warning for when the PRIDE-PPP sample frequency should be reduced.

message = 'PRIDE-PPP sample frequency is too high. Consider reducing the sample rate.'