登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025 年度开源项目评选中
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
4
Star
0
Fork
5
src-openEuler
/
bcftools
代码
Issues
0
Pull Requests
1
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
11
update to 1.22
开启的
wxm:master
src-openEuler:master
wxm
创建于 2025-10-11 14:48
克隆/下载
HTTPS
SSH
复制
下载 Email Patch
下载 Diff 文件
1. update to 1.22 Changes affecting the whole of bcftools, or multiple commands: Add support for matching lines by ID via the --pair-logic and --collapse options (#1739) The -i/-e filtering expressions The expressions now properly match the regex negation of missing values, e.g. -i 'TAG!~"\."' (#2355) Added support for Fisher's exact test 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. Changes affecting specific commands: bcftools annotate Fix Number in the header definition of transferred FILTER and ID tags (#2335) bcftools call The -s, --samples option was not working properly, now also supporting sample negation as advertised in the manual page, e.g. -s ^sample1,sample2 to include all samples but sample1 and sample2 (#2380) bcftools consensus Preserve entire missing gVCF blocks with --missing (#2350) Fixed a bug, the -S, --samples-file option is no longer ignored (#2398) bcftools convert The command convert --gvcf2vcf was not filling the REF allele when BCF was output (#243) bcftools csq Check the input GFF for features outside transcript boundaries and extend the transcript to contain the feature fully (#2323) Add experimental support for alternative genetic code tables, accessible via a new option -C, --genetic-code (#2368) Change in the --unify-chr-names option, no automatic sequence name modification is attempted anymore, the prefixes to trim must be given explictly. For example, if run with --unify-chr-names chr,Chromosome,-, the program will trim the "chr" prefix in the VCF, "Chromosome" in the GFF, leaving the fasta unchanged (#2378) bcftools +fill-tags Thanks to the extension of filtering expressions with Fisher's exact test, the plugin can now be used to add FT annotation (#1582) bcftools merge Preserve phasing in half-missing genotypes (#2331) The option --merge none is expected to create no new multiallelic sites, but it should allow to merge, say, A>C with A>C,AT (#2333) Make --merge both work with indel-only records; for example, the multiallelic site G>GT,T should be merged with G>GT (#2339) Do not merge symbolic alleles unless they have not just the same type, eg. <DEL>, but also length, i.e the INFO/END coordinate (#2362) Fix a bug where an incorrectly formatted gVCF file with overlapping blocks would trigger an infinite loop in the program (#2410) bcftools mpileup The -r/-R option newly merge overlapping regions, preventing the output of duplicate sites bcftools norm Print the number of removed duplicate sites in the final statistics (#2346) Preserve the original alleles in --old-rec-tag when --check-ref s requested (#2357) Print a warning when INFO/SVLEN is not defined as Number=A (#2371) plot-vcfstats Make the option -s, --sample-names functional again (#2353) bcftools +prune New option to remove or annotate clusters of sites within a window bcftools query The functions used in -i/-e filtering expressions (such as SUM, MEDIAN, etc) can be now used in formatting expressions (#2271). If the VCF contains INFO/AD and FORMAT/AD, try: bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t [ %sSUM(FMT/AD)]' bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t [ %SUM(FMT/AD)]' bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t %SUM(FMT/AD)' bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t %SUM(INFO/AD)' Make it possible to refer to the ID column from the FORMAT expression (#2337) bcftools query test.vcf -f 'ID=%ID ID=[ %/ID] vs FMT_ID=[ %ID]' bcftools roh New visualization tool misc/roh-viz, see below bcftools +setGT Support for setting missing genotypes with arbitrary ploidy via -n c:./. (#2303) bcftools +split-vep The -s, --select option was extended to print only one consequence. Previously it was possible to select a single transcript (e.g., the one with the worst consequence), and it was possible to filter by consequence severity (e.g., missing or worse), but in some cases multiple consequences are reported within a single transcript (e.g., start_lost&splice_region). The extended option allows to print the worst part, for example as --select primary:missense+:worst bcftools +trio-dnm2 Fix a problem with --strictly-novel option which would neglect the presence of the apparent de novo allele in the father for male offspring Fix a problem with uncalled mosaic chrX variants in males roh-viz HTML/JavaScript visualization of bcftools/roh output and homozygosity rate. bcftools +vrfs New experimental plugin for scoring variants and assess site noisiness (variant read frequency profiles) from a large number of unaffected parental samples
此 Pull Request 需要通过一些审核项
类型
指派人员
状态
审查
木得感情的openEuler机器人
Regan.He
yangzhao_kl
Kuoi
已完成
(0/0人)
此 Pull Request 可以被系统自动合并 ,目标分支为保护分支,您没有合并权限
怎样手动合并此 Pull Request
git checkout master
git pull https://gitee.com/tjwangxm/bcftools.git master
git push origin master
评论
9
提交
1
文件
2
检查
代码问题
0
批量操作
展开设置
折叠设置
审查
Code Owner
审查人员
yangzhao_kl
yangzhao_kl
Regan.He
reganhe_xx
木得感情的openEuler机器人
shinwell_hu
Kuoi
malacology
未设置
最少人数
0
测试
yangzhao_kl
yangzhao_kl
Regan.He
reganhe_xx
木得感情的openEuler机器人
shinwell_hu
Kuoi
malacology
未设置
最少人数
0
优先级
不指定
严重
主要
次要
不重要
标签
openeuler-cla/yes
ci_failed
sig/sig-bio
关联 Issue
未关联
Pull Request 合并后将关闭上述关联 Issue
里程碑
未关联里程碑
合并选项
合并后删除提交分支
提交分支为默认分支,无法删除
合并后关闭提到的 Issue
接受 Pull Request 时使用扁平化(Squash)合并
勾选此选项后,将建议使用 Squash Merge 方式合并以精简提交历史记录
参与者
(3)
1
https://gitee.com/src-openeuler/bcftools.git
git@gitee.com:src-openeuler/bcftools.git
src-openeuler
bcftools
bcftools
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册