Skip to content

Commit

Permalink
add conda clean to reduce disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Mar 19, 2021
1 parent 7c2aaf1 commit 165b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 165b067

Please sign in to comment.