Home
last modified time | relevance | path

Searched refs:cur_chrom_size (Results 1 – 1 of 1) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c8328 …const uint32_t cur_chrom_size = count_chrom_markers(chrom_info_ptr, marker_exclude, chrom_info_ptr… in get_max_chrom_size() local
8329 if (cur_chrom_size) { in get_max_chrom_size()
8331 if (cur_chrom_size > max_chrom_size) { in get_max_chrom_size()
8332 max_chrom_size = cur_chrom_size; in get_max_chrom_size()