Skip to content

Commit ed0536b

Browse files
update to 1.19
1 parent 9cd133a commit ed0536b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
## [Unreleased]
1111

12+
## [1.19] - 2024-01-09
13+
### Changed
14+
- Update BCFtools 1.18 to 1.19
15+
16+
1217
## [1.18] - 2023-10-18
1318
### Changed
1419
- Upgrade BCFtools 1.17 to 1.18

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG MINIFORGE_VERSION=23.3.1-1
33
FROM condaforge/mambaforge:${MINIFORGE_VERSION} AS builder
44

55
# Use mamba to install tools and dependencies into /usr/local
6-
ARG BCFTOOLS_VERSION=1.18
6+
ARG BCFTOOLS_VERSION=1.19
77
RUN mamba create -qy -p /usr/local \
88
-c bioconda \
99
-c conda-forge \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GitHub repository [here](http://github.com/samtools/bcftools).
1313
# Version
1414
| Tool | Version |
1515
|------|---------|
16-
| BCFtools | 1.18 |
16+
| BCFtools | 1.19 |
1717

1818

1919
---

metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainers: ['[email protected]']
55
Contributors: ['Timothy Sanders', 'Mohammed Faizal Eeman Mootor', 'John Sahrmann', 'Sorel Fitz-Gibbon']
66
Languages: ['Dockerfile']
77
Tools: ['BCFtools']
8-
Version: ['1.18']
8+
Version: ['1.19']
99
Purpose of tool: 'BCFtools is a program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF.'
1010
References: 'https://samtools.github.io/bcftools/howtos/publications.html'
1111
image_name: 'bcftools'

0 commit comments

Comments
 (0)