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

_TABULARQUAL_AVAILABLE

logger

Classes

TabularQualReader

Reader for TabularQual files.

Functions

read_tabularqual(model_path)

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:

BoolDogModel

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:

BoolDogModel