gwkokab.analysis.utils.literals =============================== .. py:module:: gwkokab.analysis.utils.literals .. autoapi-nested-parse:: Literals used in GWKokab Analysis. Attributes ---------- .. autoapisummary:: gwkokab.analysis.utils.literals.CHAIN_GROUP_FORMAT gwkokab.analysis.utils.literals.INFERENCE_OUTPUT_FILENAME gwkokab.analysis.utils.literals.SAMPLES_GROUP_NAME Module Contents --------------- .. py:data:: CHAIN_GROUP_FORMAT :type: Final[Literal['chain_{chain_id}']] :value: 'chain_{chain_id}' Format string for the group names in the HDF5 file to store chains. .. py:data:: INFERENCE_OUTPUT_FILENAME :type: Final[Literal['inference_data.hdf5']] :value: 'inference_data.hdf5' Name of the file to store inference data in HDF5 format. .. py:data:: SAMPLES_GROUP_NAME :type: Final[Literal['samples']] :value: 'samples' Name of the group in the HDF5 file to store samples.