We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f690bc9 commit ba38acdCopy full SHA for ba38acd
doc/dockerfile_develop
@@ -1,4 +1,4 @@
1
-# Docker for CONCOCT (https://github.com/BinPro/CONCOCT) v1.0.0
+# Dockerfile to test conda install of CONCOCT (https://github.com/BinPro/CONCOCT)
2
#
3
# This docker creates and sets up an Ubuntu environment to test
4
# the conda installation process
@@ -23,7 +23,7 @@ RUN conda config --add channels defaults
23
RUN conda config --add channels bioconda
24
RUN conda config --add channels conda-forge
25
26
-# Install python dependencies and fetch and install CONCOCT 1.0.0
+# Install python dependencies and fetch and install CONCOCT
27
RUN conda create -n concoct_env python=3 concoct
28
29
RUN cd /opt/CONCOCT;\
0 commit comments