gunshotmatch_pipeline.utils
General utility functions.
Classes:
Class for mapping IUPAC preferred names to more common, friendlier names. |
Data:
Mapping of IUPAC preferred names to more common, friendlier names. |
Functions:
-
project_plural(*args, **kwargs) = Plural('project', 'projects') domdf_python_tools.words.Pluralforproject.
-
unknown_plural(*args, **kwargs) = Plural('unknown', 'unknowns') domdf_python_tools.words.Pluralforunknown.New in version 0.9.0.
-
friendly_name_mapping Type:
NameMappingMapping of IUPAC preferred names to more common, friendlier names.
-
class
NameMapping[source] -
Class for mapping IUPAC preferred names to more common, friendlier names.
On lookup, if the name has no known alias the looked-up name is returned.
New in version 0.4.0.
The module also provides either tomli or tomllib (depending on Python version)
through the tomllib attribute.