You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Clair3 version number to the VCF header (#141).
Fixed the numpy.int issue when using newer numpy version (#165, PR contributor @Aaron Tyler).
The new version converts all IUPAC bases to 'N' in both VCF and GVCF output, use --keep_iupac_bases to keep the IUPAC bases (#153).
Added options --use_longphase_for_intermediate_phasing, --use_whatshap_for_final_output_phasing, --use_longphase_for_final_output_phasing, --use_whatshap_for_final_output_haplotagging to disambiguate intermediate phasing and final VCF phasing either using WhatsHap or LongPhase, old options are still usable (#164).
Fixed "shell script interpreter selection problem" when using Clair3 as a host user within a Docker container (#175).