Skip to content
代码片段 群组 项目
该项目从 https://github.com/samtools/bcftools 镜像。 Pull mirroring failed .
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新
  1. 5月 27, 2024
  2. 5月 24, 2024
  3. 5月 21, 2024
  4. 5月 15, 2024
  5. 5月 05, 2024
    • Petr Danecek's avatar
      Allow combining genotypes with different ploidy · 18439d1d
      Petr Danecek 创作于
      The command `bcftools norm -m+` will not work when the merged
      genotypes have different ploidy. This commit attempts to fix that,
      but note that it is experimental and I am having doubts if it should
      be supported at all, given it may interfere with partially missing
      genotypes produces by atomization
      
      Resolves #1962
      18439d1d
  6. 5月 04, 2024
  7. 4月 30, 2024
  8. 4月 29, 2024
  9. 4月 27, 2024
  10. 4月 19, 2024
    • Petr Danecek's avatar
      Support dynamic variables read from a tab-delimited annotation file · ad818b15
      Petr Danecek 创作于
      For example, in the two cases below the field 'STR' from the -a file is required to match
      the INFO/TAG in VCF. In the first example the alleles REF,ALT must match, in the second
      example they are ignored. The option -k is required to output also records that were not
      annotated:
      
          bcftools annotate -a ann.tsv.gz -c CHROM,POS,REF,ALT,SCORE,~STR -i'TAG={STR}' -k in.vcf
          bcftools annotate -a ann.tsv.gz -c CHROM,POS,-,-,SCORE,~STR     -i'TAG={STR}' -k in.vcf
      
      Resolves #2151
      ad818b15
  11. 4月 15, 2024
  12. 4月 12, 2024
    • Petr Danecek's avatar
      Revert "Support dynamic variables read from a tab-delimited annotation file" · bb2d7a8e
      Petr Danecek 创作于
      This needs more work, didn't realize that the effect of the -c option is to
      update the target VCF as well, so can't be used simply for matching. For
      that, probably a new prefix will need to be introduced, but that's already
      confusing as it is, for example ~ has double meaning.
      
      This reverts commit e9bff3fb. Switch to
      branch bt-2151-annotate-ext to see this code.
      bb2d7a8e
  13. 4月 11, 2024
    • Petr Danecek's avatar
      Support dynamic variables read from a tab-delimited annotation file · e9bff3fb
      Petr Danecek 创作于
      For example, in the two cases below the field 'STR' from the -a file is required to match
      the INFO/TAG in VCF. In the first example the alleles REF,ALT must match, in the second
      example they are ignored. The option -k is required to output also records that were not
      annotated:
      
          bcftools annotate -a ann.tsv.gz -c CHROM,POS,REF,ALT,SCORE,STR -i'TAG={STR}' -k in.vcf
          bcftools annotate -a ann.tsv.gz -c CHROM,POS,-,-,SCORE,STR     -i'TAG={STR}' -k in.vcf
      
      Resolves #2151
      e9bff3fb
  14. 4月 03, 2024
  15. 4月 02, 2024
  16. 3月 28, 2024