Skip to content

Commit 79dec6a

Browse files
authored
Update Dockerfile
Missing backslash
1 parent f31e719 commit 79dec6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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
# NOTE: Removed "-c defaults" to avoid Anaconda Terms of Service restrictions
11-
RUN mamba create -c conda-forge -c bioconda
11+
RUN mamba create -c conda-forge -c bioconda \
1212
-n funannotate --yes "python>=3.6,<3.9" "biopython<1.80" xlrd==1.2.0 \
1313
"trinity==2.8.5" "evidencemodeler==1.1.1" "pasa==2.4.1" "codingquarry==2.0" \
1414
"proteinortho==6.0.16" goatools matplotlib-base natsort numpy pigz \

0 commit comments

Comments
 (0)