Skip to content

HiPhase v1.4.4

Compare
Choose a tag to compare
@holtjma holtjma released this 15 Aug 18:25
· 2 commits to main since this release
a80258e

Fixed

  • Fixed an error where phasing information that was present in input files would be copied through to output files if it was not overwritten by HiPhase phasing results. HiPhase will now automatically remove this phasing information to prevent accidental mixing of phase results.
    • For VCF files, any unphased genotypes will be switched to unphased and sorted by allele index (e.g. 1|0 -> 0/1). The "FORMAT:PS" and "FORMAT:PF" tags will either be removed entirely if the whole record is unphased or set to "." for partially phased records.
    • For BAM files, the "HP" and "PS" tags will be removed for any unphased records.