diff --git a/1.21.tar.gz b/1.22.tar.gz similarity index 34% rename from 1.21.tar.gz rename to 1.22.tar.gz index 269a49cc63b24bbfbce2e4a6c3b22b6923476969..26c68c78ee3eaae76a02f3c58d1e975990fbf7c5 100644 Binary files a/1.21.tar.gz and b/1.22.tar.gz differ diff --git a/bcftools.spec b/bcftools.spec index c109a9f0a29f6497b27dfbebccadf99a8cb23c1f..0f17911a128bbe08d388f1808823d5156906e408 100644 --- a/bcftools.spec +++ b/bcftools.spec @@ -1,5 +1,5 @@ Name: bcftools -Version: 1.21 +Version: 1.22 Release: 1 Summary: Tools for genomic variant calling and manipulating VCF/BCF files @@ -61,6 +61,13 @@ autoconf %changelog +* Sat Oct 11 2025 wangxiaomeng - 1.22-1 +- update to 1.22 + - Add support for matching lines by ID via the --pair-logic and --collapse options + - Add the option -v, --verbosity INT to all bcftools commands and plugins. Verbosity values bigger than 3 are passed to the underlying HTSlib library so that the user can investigate network issues and other problems occurring at the library level. + - Fix Number in the header definition of transferred FILTER and ID tags + - HTML/JavaScript visualization of bcftools/roh output and homozygosity rate + * Fri Nov 22 2024 wangxiaomeng - 1.21-1 - update to 1.21 - Support multiple semicolon-separated strings when filtering by ID using -i/-e (#2190).