Searched refs:min_mean_depth (Results 1 – 4 of 4) sorted by relevance
76 min_mean_depth = -1.0; in parameters()295 …else if (in_str == "--min-meanDP") { min_mean_depth = atof(get_arg(i+1).c_str()); i++; } // Site… in read_parameters()451 …if (min_mean_depth != defaults.min_mean_depth) LOG.printLOG("\t--min-meanDP " + output_log::dbl2st… in print_params()715 …if (max_mean_depth < min_mean_depth) error("Max Mean Depth must be greater the Min Mean Depth.", 7… in check_parameters()
46 filter_sites_by_mean_depth(params.min_mean_depth, params.max_mean_depth); in apply_filters()220 void entry::filter_sites_by_mean_depth(double min_mean_depth, double max_mean_depth) in filter_sites_by_mean_depth() argument226 if ((min_mean_depth <= 0) && (max_mean_depth == numeric_limits<double>::max())) in filter_sites_by_mean_depth()255 if ((mean_depth < min_mean_depth) || (mean_depth > max_mean_depth)) in filter_sites_by_mean_depth()
103 double min_mean_depth; variable
49 void filter_sites_by_mean_depth(double min_mean_depth, double max_mean_depth);