Skip to content

Commit 2da1938

Browse files
committed
update SAMtools to version 1.21
1 parent 40eef4e commit 2da1938

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010
## [Unreleased]
1111

1212
---
13+
## [1.21] 2024-09-16
14+
### Changed
15+
- Update SAMTools version to 1.21
16+
1317
## [1.20] 2024-04-17
1418
### Changed
1519
- Update SAMTools version to 1.20

Dockerfile

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

55
# Use mamba to install tools and dependencies into /usr/local
6-
ARG SAMTOOLS_VERSION=1.20
6+
ARG SAMTOOLS_VERSION=1.21
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
@@ -9,7 +9,7 @@ SAMtools documentation [here](http://www.htslib.org/doc/samtools.html).
99
# Version
1010
| Tool | Version |
1111
|------|---------|
12-
|SAMtools| 1.20 |
12+
|SAMtools| 1.21 |
1313

1414

1515
---

metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainers: ['[email protected]']
55
contributors: ['Rupert Hugh-White', 'Helena Winata', 'Arpi Beshlikyan', 'Jaron Arbet', 'Sorel Fitz-Gibbon', 'Beth Neilsen', 'Kiarod Pashminehazar']
66
languages: ['Dockerfile']
77
tools: ['SAMtools']
8-
version: ['1.20']
8+
version: ['1.21']
99
purpose: 'A tool for reading/writing/editing/indexing/viewing SAM/BAM/CRAM format'
1010
references: 'Li H et al. Bioinformatics 25, (2009)'
1111
image_name: 'samtools'

0 commit comments

Comments
 (0)