We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6419b2 commit 2000ea0Copy full SHA for 2000ea0
1 file changed
encode-map/mapping_image
@@ -33,7 +33,7 @@ RUN wget http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmoma
33
RUN git clone --branch 0.7.10 https://github.com/lh3/bwa.git bwa_0_7_10 \
34
&& (cd bwa_0_7_10 && make)
35
# ENCODE pipeline container repo
36
-RUN git clone https://github.com/ENCODE-DCC/pipeline-container.git \
+RUN git clone --branch v0.2 https://github.com/ENCODE-DCC/pipeline-container.git \
37
&& (cd /image_software/pipeline-container && git fetch && git pull)
38
39
RUN groupadd -r ubuntu && useradd --no-log-init -r -g ubuntu ubuntu
0 commit comments