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.
1 parent 1333963 commit cc70dc7Copy full SHA for cc70dc7
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",
0 commit comments