File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,12 @@ RUN wget http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmoma
3333RUN git clone --branch 0.7.10 https://github.com/lh3/bwa.git bwa_0_7_10 \
3434 && (cd bwa_0_7_10 && make)
3535# ENCODE pipeline container repo
36- RUN git clone --branch v0.2 https://github.com/ENCODE-DCC/pipeline-container.git \
37- && (cd /image_software/pipeline-container && git fetch && git pull)
36+ RUN git clone --branch v0.3 https://github.com/strattan/encode-map.git encode-map
3837
39- RUN groupadd -r ubuntu && useradd --no-log-init -r -g ubuntu ubuntu
38+ RUN groupadd -r ubuntu \
39+ && useradd --no-log-init --create-home --system -g ubuntu --home /home/ubuntu ubuntu
4040USER ubuntu
4141WORKDIR /home/ubuntu
4242
43- #ENTRYPOINT ["python", "/image_software/pipeline-container/src/encode_map.py"]
44-
45- CMD ["/bin/bash"]
43+ ENTRYPOINT ["python", "/image_software/encode-map/encode-map/encode_map.py"]
44+ #CMD ["/bin/bash -l"]
You can’t perform that action at this time.
0 commit comments