Skip to content

Commit 97349b9

Browse files
committed
Reference tar needs to be flat
1 parent 2000ea0 commit 97349b9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

encode-map/mapping_image

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ RUN wget http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmoma
3333
RUN 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
4040
USER ubuntu
4141
WORKDIR /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"]

test_data/GRCh38_chr21_bwa.tar.gz

-83 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)