TRGT v1.1.0
Summary of changes:
- Added a new subcommand
trgt merge
. This command merges VCF files generated bytrgt genotype
into a joint VCF file. Works with VCFs generated by all versions of TRGT (the resulting joint VCF will always be in the TRGT v1.0+ format which includes padding bases). - Added subsampling of regions with ultra-high coverage (
>MAX_DEPTH * 3
, by default 750); implemented via reservoir sampling. - Fixed a cluster genotyper bug that occurred when only a single read covered a locus.
- Added new logic for filtering non-HiFi reads: remove up to 3% of lower quality reads that do not match the expected repeat sequence.
Contributors: Tom Mokveld, Guilherme De Sena Brandine, and Egor Dolzhenko
Note: TRGT is still in active development. Please file an issue or reach out by email with questions, bug reports, and feature suggestions.
Linux binaries are available below.