# Module-level definitions. These need to come here because they are used in ample_util, which we also import # If they are defined after ample_util is imported then they aren't seen by ample_util and we get an import error ENSEMBLE_MAX_MODELS = 30 POLYALA = 'polyAla' RELIABLE = 'reliable' ALLATOM = 'allatom' UNMODIFIED = 'unmod' SIDE_CHAIN_TREATMENTS = [POLYALA] # The default side chain treatments ALLOWED_SIDE_CHAIN_TREATMENTS = [POLYALA, RELIABLE, ALLATOM, UNMODIFIED] # All possible side chain treatments SUBCLUSTER_RADIUS_THRESHOLDS = [1, 3]