Searched refs:min_genotype_depth (Results 1 – 3 of 3) sorted by relevance
71 min_genotype_depth = -1; in parameters()297 …else if (in_str == "--minDP") { min_genotype_depth = atoi(get_arg(i+1).c_str()); i++; } // Mini… in read_parameters()446 …if (min_genotype_depth != defaults.min_genotype_depth) LOG.printLOG("\t--minDP " + output_log::dbl… in print_params()716 …if (max_genotype_depth < min_genotype_depth) error("Max Genotype Depth must be greater than Min Ge… in check_parameters()
98 int min_genotype_depth; variable
51 filter_genotypes_by_depth_range(params.min_genotype_depth, params.max_genotype_depth); in apply_filters()