File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,21 +133,12 @@ RUN apt-get update && apt-get install -y cmake && \
133133 apt-get clean && rm -rf /var/lib/apt/lists/* && \
134134 bamtools --version
135135
136- # Install salmon
137- RUN wget https://github.com/COMBINE-lab/salmon/releases/download/v1.10.0/salmon-1.10.0_linux_x86_64.tar.gz && \
138- tar -xzf salmon-1.10.0_linux_x86_64.tar.gz && \
139- cp -r salmon-latest_linux_x86_64/bin/* /usr/local/bin/ && \
140- cp -r salmon-latest_linux_x86_64/lib/* /usr/local/lib/ && \
141- rm -rf salmon-1.10.1* && \
142- salmon --version
143-
144-
145- # # Install STAR with required dependencies
146- # RUN wget https://github.com/alexdobin/STAR/releases/download/2.7.11b/STAR_2.7.11b.zip && \
147- # unzip STAR_2.7.11b.zip && \
148- # cp STAR_2.7.11b/Linux_x86_64/STAR* /usr/local/bin/ && \
149- # rm -rf STAR_2.7.11b* && \
150- # STAR --version
136+ # Install STAR with required dependencies
137+ RUN wget https://github.com/alexdobin/STAR/releases/download/2.7.11b/STAR_2.7.11b.zip && \
138+ unzip STAR_2.7.11b.zip && \
139+ cp STAR_2.7.11b/Linux_x86_64/STAR* /usr/local/bin/ && \
140+ rm -rf STAR_2.7.11b* && \
141+ STAR --version
151142
152143# install R packages
153144RUN Rscript -e 'install.packages("BiocManager", repos = "https://cloud.r-project.org")' \
You can’t perform that action at this time.
0 commit comments