diff --git a/Dockerfile b/Dockerfile index a38827f..c6f2f1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=x86_64 python:3.11 +FROM python:3.11 RUN apt update # Install tools necessary used to install samtools and htslib so we can configure fasta files for genomic assembly. diff --git a/pyproject.toml b/pyproject.toml index e7568e0..fc9b0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ requires-python = ">=3.11" # and clean up deps once a new release is made. dependencies = [ + "agct~=0.1.0", "requests", "biopython", "tqdm", diff --git a/src/dcd_mapping/version.py b/src/dcd_mapping/version.py index 848b44d..3ea9280 100644 --- a/src/dcd_mapping/version.py +++ b/src/dcd_mapping/version.py @@ -1,3 +1,3 @@ """Provide dcd mapping version""" -dcd_mapping_version = "2025.2.0" +dcd_mapping_version = "2025.3.1"