We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383ff28 commit 7686aafCopy full SHA for 7686aaf
Dockerfile
@@ -38,8 +38,8 @@ RUN chown -R icuser.icuser /home/icuser
38
USER icuser
39
WORKDIR /home/icuser
40
RUN mkdir /home/icuser/storage
41
-#RUN git clone https://github.com/tomazc/iCount.git --branch snakemake
42
-COPY . /home/icuser/iCount
+RUN git clone https://github.com/tomazc/iCount.git --branch snakemake
+#COPY . /home/icuser/iCount
43
44
RUN conda create -c conda-forge -c bioconda -n iCount_pipeline3 -y
45
RUN conda init bash
0 commit comments