Chemical Data Processing Library Python API - Version 1.4.0
Static Public Attributes | List of all members
CDPL.Shape.ScreeningSettings.ScreeningMode Class Reference

Specifies which alignment hits are reported by the screening processor. More...

+ Inheritance diagram for CDPL.Shape.ScreeningSettings.ScreeningMode:

Static Public Attributes

int BEST_OVERALL_MATCH = 0
 Report only the single best-scoring alignment hit across all queries.
 
int BEST_MATCH_PER_QUERY = 1
 Report the best-scoring alignment hit per query molecule.
 
int BEST_MATCH_PER_QUERY_CONF = 2
 Report the best-scoring alignment hit per (query, query conformer) pair.
 

Detailed Description

Specifies which alignment hits are reported by the screening processor.