Skip to content

Commit 355a16a

Browse files
committed
add fastp
1 parent 14a2929 commit 355a16a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ RUN wget https://github.com/alexdobin/STAR/releases/download/2.7.11b/STAR_2.7.11
140140
rm -rf STAR_2.7.11b* && \
141141
STAR --version
142142

143+
# Install fastp with required dependencies
144+
RUN wget http://opengene.org/fastp/fastp.1.3.2 && \
145+
mv fastp.1.3.2 /usr/local/bin/fastp && \
146+
fastp --version
147+
143148
# install R packages
144149
RUN Rscript -e 'install.packages("BiocManager", repos = "https://cloud.r-project.org")' \
145150
&& Rscript -e 'BiocManager::install("limma")' \

0 commit comments

Comments
 (0)