Skip to content

Commit d5e5d75

Browse files
authored
Merge pull request #61 from VariantEffect/release-2025.3.1
Release 2025.3.1
2 parents 1333963 + fbfc760 commit d5e5d75

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=x86_64 python:3.11
1+
FROM python:3.11
22

33
RUN apt update
44
# Install tools necessary used to install samtools and htslib so we can configure fasta files for genomic assembly.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ requires-python = ">=3.11"
3232
# and clean up deps once a new release is made.
3333

3434
dependencies = [
35+
"agct~=0.1.0",
3536
"requests",
3637
"biopython",
3738
"tqdm",

src/dcd_mapping/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Provide dcd mapping version"""
22

3-
dcd_mapping_version = "2025.2.0"
3+
dcd_mapping_version = "2025.3.1"

0 commit comments

Comments
 (0)