rnalysis.general.set_biotype_ref_table_path

rnalysis.general.set_biotype_ref_table_path(path: str = None)

Defines/updates the Biotype Reference Table path in the settings file. :param path: the path you wish to set as the Biotype Reference Table path :type path: str

Examples

>>> from rnalysis import general
>>> path="my_biotype_reference_table_path"
>>> general.set_biotype_ref_table_path(path)
Biotype Reference Table path set as: my_biotype_reference_table_path