Skip to content

Commit d71d10d

Browse files
committed
fastp permissions
1 parent 355a16a commit d71d10d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ RUN wget https://github.com/alexdobin/STAR/releases/download/2.7.11b/STAR_2.7.11
142142

143143
# Install fastp with required dependencies
144144
RUN wget http://opengene.org/fastp/fastp.1.3.2 && \
145+
chmod a+x fastp.1.3.2 && \
145146
mv fastp.1.3.2 /usr/local/bin/fastp && \
146147
fastp --version
147148

0 commit comments

Comments
 (0)