We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1333963 + fbfc760 commit d5e5d75Copy full SHA for d5e5d75
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=x86_64 python:3.11
+FROM python:3.11
2
3
RUN apt update
4
# Install tools necessary used to install samtools and htslib so we can configure fasta files for genomic assembly.
pyproject.toml
@@ -32,6 +32,7 @@ requires-python = ">=3.11"
32
# and clean up deps once a new release is made.
33
34
dependencies = [
35
+ "agct~=0.1.0",
36
"requests",
37
"biopython",
38
"tqdm",
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"
0 commit comments