Trees | Indices | Help |
|
---|
|
A class to handle reporting of results from the remove_dupes function.
|
|||
|
|||
|
|||
|
|
Parameters logger (logging.Logger) The logger instance that will be used to output messages. |
Log messages for a given result. Parameters index (int) Index of the current structure. orig_index (int) Index of the unique structure of which the current one is a duplicate. title (str) Title of the current structure. smiles (str) SMILES string of the structure. dupe_index (int) Index of the duplicate structure in the saved duplicates file. |
Generate a summary of the filter results. Parameters total (int) Total number of structures filtered. unique (int) Number of unique structures found. duplicates (int) Number of duplicates found. error_count (int) Number of structures generating errors in SMILES conversion. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:59 2016 | http://epydoc.sourceforge.net |