Expand description
This module contains bitmask constants for SyncedReader
.
Constantsยง
- Any combination of alleles can be returned by
bcf_sr_next_line()
. SNPS | INDELS
.SNPS | INDELS | SNP_REF | INDEL_REF
.- Require the exact same set of alleles in all files.
- The same as above, but with indels.
- Allow REF-only records with indels.
- Allow different alleles, as long as they all are SNPs.
- Allow REF-only records with SNPs.
- At least some of multiallelic ALTs must match. Implied by all the others with the exception of
EXACT
.