Skip to content

Commit cc70dc7

Browse files
committed
chare: update Dockerfile to remove platform specification and pin agct dependency in pyproject.toml
This dependency was unpinned in cool-seq-tool but was recently updated. Pinning here to prevent import errors with the new version.
1 parent 1333963 commit cc70dc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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",

0 commit comments

Comments
 (0)