Skip to content

Commit

Permalink
fix: find_circ version string
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Apr 29, 2024
1 parent 496c74a commit f4abd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/star_ucsc_cufflinks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV R_LIBS_USER=/opt2/conda/lib/R/library/

# install find_circ
WORKDIR /opt2
ENV VERSION=v1.2
ENV VERSION=1.2
RUN wget https://github.com/marvin-jens/find_circ/archive/refs/tags/v${VERSION}.tar.gz -O find_circ.tar.gz && \
tar -xzvf find_circ.tar.gz && \
cd find_circ-${VERSION} && \
Expand Down

0 comments on commit f4abd10

Please sign in to comment.