We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b6756 commit 31866d2Copy full SHA for 31866d2
1 file changed
docker/Dockerfile
@@ -117,8 +117,8 @@ RUN wget https://cloud.biohpc.swmed.edu/index.php/s/fE9QCsX3NH4QwBi/download -O
117
RUN wget https://sourceforge.net/projects/subread/files/subread-2.0.3/subread-2.0.3-Linux-x86_64.tar.gz/download -O subread-2.0.3-Linux-x86_64.tar.gz && \
118
tar -xzf subread-2.0.3-Linux-x86_64.tar.gz && \
119
cp -r subread-2.0.3-Linux-x86_64/bin/* /usr/local/bin/ && \
120
- rm -rf subread-2.0.3*
121
- # featureCounts --version
+ rm -rf subread-2.0.3* && \
+ featureCounts -h
122
123
# # Install bamtools
124
# RUN apt-get update && apt-get install -y cmake && \
0 commit comments