Skip to content

Commit 31866d2

Browse files
committed
featurecounts help not version
1 parent 43b6756 commit 31866d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ RUN wget https://cloud.biohpc.swmed.edu/index.php/s/fE9QCsX3NH4QwBi/download -O
117117
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 && \
118118
tar -xzf subread-2.0.3-Linux-x86_64.tar.gz && \
119119
cp -r subread-2.0.3-Linux-x86_64/bin/* /usr/local/bin/ && \
120-
rm -rf subread-2.0.3*
121-
# featureCounts --version
120+
rm -rf subread-2.0.3* && \
121+
featureCounts -h
122122

123123
# # Install bamtools
124124
# RUN apt-get update && apt-get install -y cmake && \

0 commit comments

Comments
 (0)