chemicalchecker.util.parser.parser

Container for static parsing methods.

Each parsing function here is iterating on a raw input file. Each input line is a molecule which is loaded, standardised and converted to InChI and InChIKeys. The raw features are yielded in chunks as dictionaries. These methods are used to populate the molrepo database table.

Classes

Parser

Parser class.