Skip to content

Commit 0881d72

Browse files
author
Jon Palmer
committed
try to pin version installed via pip
1 parent 01bbe29 commit 0881d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN conda update -n base -c defaults --yes conda && \
88
# Install funannotate deps from bioconda
99
# here specifying specific versions to be able to set ENV below
1010
RUN mamba create -c conda-forge -c bioconda -c defaults \
11-
-n funannotate --yes "python>=3.6,<3.9" biopython xlrd \
11+
-n funannotate --yes "python>=3.6,<3.9" biopython xlrd==1.2.0 \
1212
"trinity==2.8.5" "evidencemodeler==1.1.1" "pasa==2.4.1" "codingquarry==2.0" \
1313
"proteinortho==6.0.16" goatools matplotlib-base natsort numpy pigz \
1414
pandas psutil requests scikit-learn scipy seaborn "blast=2.2.31" \

0 commit comments

Comments
 (0)