Home
last modified time | relevance | path

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

/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A DsetGT.c75 #define GT_PHASED (1<<4) macro
221 if ( strchr(optarg,'p') ) args->new_mask |= GT_PHASED; in init()
246 …if ( args->new_mask & GT_REF ) args->new_gt = args->new_mask&GT_PHASED ? bcf_gt_phased(0) : bcf_gt… in init()
432 …args->new_gt = args->new_mask & GT_PHASED ? bcf_gt_phased(majorAllele) : bcf_gt_unphased(majorAll… in process()
450 args->new_gt = args->new_mask & GT_PHASED ? bcf_gt_phased(imax2) : bcf_gt_unphased(imax2); in process()
479 else if ( args->new_mask==GT_PHASED ) in process()
514 else if ( args->new_mask==GT_PHASED ) in process()
544 else if ( args->new_mask==GT_PHASED ) in process()
/dports/biology/bcftools/bcftools-1.14/plugins/
H A DsetGT.c75 #define GT_PHASED (1<<4) macro
221 if ( strchr(optarg,'p') ) args->new_mask |= GT_PHASED; in init()
246 …if ( args->new_mask & GT_REF ) args->new_gt = args->new_mask&GT_PHASED ? bcf_gt_phased(0) : bcf_gt… in init()
432 …args->new_gt = args->new_mask & GT_PHASED ? bcf_gt_phased(majorAllele) : bcf_gt_unphased(majorAll… in process()
450 args->new_gt = args->new_mask & GT_PHASED ? bcf_gt_phased(imax2) : bcf_gt_unphased(imax2); in process()
479 else if ( args->new_mask==GT_PHASED ) in process()
514 else if ( args->new_mask==GT_PHASED ) in process()
544 else if ( args->new_mask==GT_PHASED ) in process()