Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Aug 21, 2024
1 parent aa33d86 commit e211d2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ RUN sed -i 's/name: artic/name: base/' /tmp/env.yml
RUN micromamba install --yes --file /tmp/env.yml && \
micromamba clean --all --yes

RUN pip uninstall -y tensorflow keras pyabpoa \
&& conda install -y -c conda-forge tensorflow~=2.11 keras~=2.11

ARG MAMBA_DOCKERFILE_ACTIVATE=1

USER root

RUN python3 -m pip install ./fieldbioinformatics

RUN pip uninstall -y tensorflow keras pyabpoa \
&& micromamba install -y -c conda-forge tensorflow~=2.11 keras~=2.11

USER $MAMBA_USER

ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]
Expand Down
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ channels:
- bioconda
- defaults
dependencies:
- python==3.9
- longshot
- bcftools
- biopython
- bwa
- clair3
- clint
- htslib
- minimap2
- clair3
- multiqc
- muscle<5.1
- pandas
Expand All @@ -25,4 +26,4 @@ dependencies:
- samtools
- tqdm
- pip:
- medaka~=1.12.0
- medaka==1.12.0

0 comments on commit e211d2e

Please sign in to comment.