We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355a16a commit d71d10dCopy full SHA for d71d10d
1 file changed
docker/Dockerfile
@@ -142,6 +142,7 @@ RUN wget https://github.com/alexdobin/STAR/releases/download/2.7.11b/STAR_2.7.11
142
143
# Install fastp with required dependencies
144
RUN wget http://opengene.org/fastp/fastp.1.3.2 && \
145
+ chmod a+x fastp.1.3.2 && \
146
mv fastp.1.3.2 /usr/local/bin/fastp && \
147
fastp --version
148
0 commit comments