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