Skip to content

Commit

Permalink
Merge pull request #141 from getwilds/gtf-latest
Browse files Browse the repository at this point in the history
Sticking to latest version of collapse_annotation.py
  • Loading branch information
tefirman authored Nov 27, 2024
2 parents 71a76ab + d739776 commit 2aa03b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtf-smash/Dockerfile_latest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && \

# Pulling down collapse_annotation.py script from GitHub
WORKDIR /usr/gtf-smash
RUN wget https://raw.githubusercontent.com/broadinstitute/gtex-pipeline/refs/tags/gtex_v8/gene_model/collapse_annotation.py && \
RUN wget https://raw.githubusercontent.com/broadinstitute/gtex-pipeline/refs/heads/master/gene_model/collapse_annotation.py && \
chmod +x collapse_annotation.py
WORKDIR /
ENV PATH="${PATH}:/usr/gtf-smash"
Expand Down

0 comments on commit 2aa03b8

Please sign in to comment.