MCS Similarity score reporting¶
A program that loads a previously generated MCS fragment database, then returns the highest Maximum Common Substructure (Tanimoto) scores from the provided input query structures.
See also
OEMCSFragDatabase class
OEMCSFragDatabaseOptions class
Command Line Interface¶
prompt> MCSFragDatabase.py -indb index.mcsfrag -query queries.sdf
Code¶
Download code