booldog.io.tabularqual
Load TabularQual files
Spec: https://github.com/sys-bio/TabularQual/blob/main/doc/TabularQual_specification_v0.1.2.docx
Use tabularqual converter to convert TaabularQual files to SBML-qual, then load them using the SBML-qual reader.
Attributes
Classes
Reader for TabularQual files. |
Functions
|
Read a TabularQual file and return a BoolDogModel. |
Module Contents
- booldog.io.tabularqual._TABULARQUAL_AVAILABLE = True
- booldog.io.tabularqual.logger
- class booldog.io.tabularqual.TabularQualReader(model_path)
Reader for TabularQual files.
- model_path
- read()
Read the TabularQual file and return a BoolDogModel.
- Returns:
The BoolDogModel generated from the TabularQual file.
- Return type:
- booldog.io.tabularqual.read_tabularqual(model_path)
Read a TabularQual file and return a BoolDogModel.
- Parameters:
model_path (str) – Path to the TabularQual file.
- Returns:
The BoolDogModel generated from the TabularQual file.
- Return type: