Releases: HKU-BAL/Clair3
Releases · HKU-BAL/Clair3
v1.0.10
- Fixed an out of range bug when outputing GVCF for non-human genome (#317.
- Improve the calling speed when working with targeted amplicon data, Use
—chunk_num=-1
to call variant without splitting genome into chunks (#306, contributor Elliot Hallmark). - Updated LongPhase to version 1.7.3 (#321.
v1.0.9
- Fixed an issue in VCF header(#305 by @Monica Palafox Roberts).
- Updated DP FORMAT description in the header.
v1.0.8
- Fixed an issue in VCF output that caused occasional quality score small differences compared to GVCF output.
- Updated LongPhase to version 1.7.
v1.0.7
- Added memory guards and test functions to the full-alignment calling C implementation (#286 by @Chris Wright).
- Increased the maximum mpileup read coverage to 2^20 to accomodate excessively high-coverage amplicon data (#292 by @Devon Ryan).
- Updated LongPhase to version 1.6.
v1.0.6
- Fixed stack overflow issue when the read coverage is excessively high (#282 by @Chris Wright, #265 by @ymcki).
- Added reference caching for CRAM input (#278 by @Alex Leonard, #180 by @bartcharbon and @SamStudio8).
- Fixed a bug that outputs RefCall calls when no variant is called by full-alignment model (#271).
- Fixed a bug that variants below min coverage were still being called (#262).
- Set --min_snp_af and --min_indel_af to 0.0 when --vcf_fn is provided (#261).
v1.0.5
v1.0.4
- Added showing command line and reference source in output VCF header.
- Fixed a bug in showing the AF tag for 1/2 genotypes.
- Added AD tag output.
v1.0.3
v1.0.2
- Added PacBio HiFi Revio model, check Pre-trained model for model usage.
- Fixed a bug that halts the pipeline when there exists too few variant candidates (#198).
v1.0.1
- Bumped up "WhatsHap" version to 1.7, the
whatshap haplotag
step is ~15% faster. (#193). - Fixed PL tag output error when ALT is N (#191, contributor @Dennis Hendriksen).