We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bbe29 commit 0881d72Copy full SHA for 0881d72
Dockerfile
@@ -8,7 +8,7 @@ RUN conda update -n base -c defaults --yes conda && \
8
# Install funannotate deps from bioconda
9
# here specifying specific versions to be able to set ENV below
10
RUN mamba create -c conda-forge -c bioconda -c defaults \
11
- -n funannotate --yes "python>=3.6,<3.9" biopython xlrd \
+ -n funannotate --yes "python>=3.6,<3.9" biopython xlrd==1.2.0 \
12
"trinity==2.8.5" "evidencemodeler==1.1.1" "pasa==2.4.1" "codingquarry==2.0" \
13
"proteinortho==6.0.16" goatools matplotlib-base natsort numpy pigz \
14
pandas psutil requests scikit-learn scipy seaborn "blast=2.2.31" \
0 commit comments