Skip to content

Commit

Permalink
1.4.0 dev m1 (#136)
Browse files Browse the repository at this point in the history
* mods to Dockerfile

* wip

* update
  • Loading branch information
rmcolq committed Aug 22, 2024
1 parent e6a0a16 commit ed69b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ USER root

RUN python3 -m pip install ./fieldbioinformatics

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

USER $MAMBA_USER

ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]

CMD ["/bin/bash"]
CMD ["/bin/bash"]
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
- medaka==1.12.0

0 comments on commit ed69b82

Please sign in to comment.