Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update v1.20 to v1.21 #26

Merged
merged 1 commit into from
Oct 10, 2024
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.21] - 2024-10-09
- Update BCFtools 1.20 to 1.21

## [1.20] - 2024-04-24
- Update BCFtools 1.19 to 1.20

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG MINIFORGE_VERSION=24.3.0-0
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.20
ARG BCFTOOLS_VERSION=1.21
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.20 |
| BCFtools | 1.21 |


---
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: ['[email protected]']
Contributors: ['Timothy Sanders', 'Mohammed Faizal Eeman Mootor', 'John Sahrmann', 'Sorel Fitz-Gibbon']
Languages: ['Dockerfile']
Tools: ['BCFtools']
Version: ['1.20']
Version: ['1.21']
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