diff --git a/Dockerfile b/Dockerfile index b2da457..bf0f9d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN conda install -c conda-forge conda-pack RUN conda create -c conda-forge -c bioconda -c defaults \ -n funannotate "python>=3.6,<3.9" funannotate "augustus=3.3" \ "trinity==2.8.5" "evidencemodeler==1.1.1" "pasa==2.4.1" "codingquarry==2.0" \ - "proteinortho==6.0.16" + "proteinortho==6.0.16" && conda clean -a -y # Since we want the most recent, install from repo, remove snap as broken SHELL ["conda", "run", "-n", "funannotate", "/bin/bash", "-c"]