Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [1.22] - 2024-08-29
- Update BCFtools 1.21 to 1.22
Comment on lines +12 to +13

Copilot AI Aug 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The changelog entry format should be consistent with existing entries. Consider using 'Update BCFtools from 1.21 to 1.22' to match the pattern used in line 16.

Suggested change
## [1.22] - 2024-08-29
- Update BCFtools 1.21 to 1.22
- Update BCFtools from 1.21 to 1.22

Copilot uses AI. Check for mistakes.

## [1.21] - 2024-10-09
- Update BCFtools 1.20 to 1.21

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG MINIFORGE_VERSION=24.7.1-2
FROM condaforge/mambaforge:${MINIFORGE_VERSION} AS builder

# Use mamba to install tools and dependencies into /usr/local
ARG BCFTOOLS_VERSION=1.21
ARG BCFTOOLS_VERSION=1.22
RUN mamba create -qy -p /usr/local \
-c bioconda \
-c conda-forge \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GitHub repository [here](http://github.com/samtools/bcftools).
# Version
| Tool | Version |
|------|---------|
| BCFtools | 1.21 |
| BCFtools | 1.22 |


---
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainers: ['mmootor@mednet.ucla.edu']
Contributors: ['Timothy Sanders', 'Mohammed Faizal Eeman Mootor', 'John Sahrmann', 'Sorel Fitz-Gibbon']
Languages: ['Dockerfile']
Tools: ['BCFtools']
Version: ['1.21']
Version: ['1.22']
Purpose of tool: 'BCFtools is a program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF.'
References: 'https://samtools.github.io/bcftools/howtos/publications.html'
image_name: 'bcftools'
Loading