File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ RUN apt-get update && \
19
19
rm -rf /var/lib/apt/lists/*
20
20
21
21
# Pulling down collapse_annotation.py script from GitHub
22
- RUN wget https://raw.githubusercontent.com/broadinstitute/gtex-pipeline/refs/tags/gtex_v8/gene_model/collapse_annotation.py
22
+ WORKDIR /usr/gtf-smash
23
+ RUN wget https://raw.githubusercontent.com/broadinstitute/gtex-pipeline/refs/tags/gtex_v8/gene_model/collapse_annotation.py && \
24
+ chmod +x collapse_annotation.py
25
+ WORKDIR /
26
+ ENV PATH="${PATH}:/usr/gtf-smash"
23
27
24
28
# Installing packages via pip
25
29
RUN pip install --no-cache-dir pandas==2.2.3 bx-python==0.13.0
Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ RUN apt-get update && \
19
19
rm -rf /var/lib/apt/lists/*
20
20
21
21
# Pulling down collapse_annotation.py script from GitHub
22
- RUN wget https://raw.githubusercontent.com/broadinstitute/gtex-pipeline/refs/tags/gtex_v8/gene_model/collapse_annotation.py
22
+ WORKDIR /usr/gtf-smash
23
+ RUN wget https://raw.githubusercontent.com/broadinstitute/gtex-pipeline/refs/tags/gtex_v8/gene_model/collapse_annotation.py && \
24
+ chmod +x collapse_annotation.py
25
+ WORKDIR /
26
+ ENV PATH="${PATH}:/usr/gtf-smash"
23
27
24
28
# Installing packages via pip
25
29
RUN pip install --no-cache-dir pandas==2.2.3 bx-python==0.13.0
You can’t perform that action at this time.
0 commit comments