Skip to content

Commit 3fbc51d

Browse files
committed
skip subread check, add bamtools back
1 parent 31866d2 commit 3fbc51d

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

docker/Dockerfile

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,21 @@ 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 -h
122-
123-
# # Install bamtools
124-
# RUN apt-get update && apt-get install -y cmake && \
125-
# git clone https://github.com/pezmaster31/bamtools.git && \
126-
# cd bamtools && \
127-
# mkdir build && \
128-
# cd build && \
129-
# cmake -DCMAKE_INSTALL_PREFIX=/usr/local .. && \
130-
# make && \
131-
# make install && \
132-
# cd ../.. && \
133-
# rm -rf bamtools && \
134-
# apt-get clean && rm -rf /var/lib/apt/lists/* && \
135-
# bamtools --version
120+
rm -rf subread-2.0.3*
121+
122+
# Install bamtools
123+
RUN apt-get update && apt-get install -y cmake && \
124+
git clone https://github.com/pezmaster31/bamtools.git && \
125+
cd bamtools && \
126+
mkdir build && \
127+
cd build && \
128+
cmake -DCMAKE_INSTALL_PREFIX=/usr/local .. && \
129+
make && \
130+
make install && \
131+
cd ../.. && \
132+
rm -rf bamtools && \
133+
apt-get clean && rm -rf /var/lib/apt/lists/* && \
134+
bamtools --version
136135

137136
# # Install salmon
138137
# RUN wget https://github.com/COMBINE-lab/salmon/releases/download/v1.10.0/salmon-1.10.0_linux_x86_64.tar.gz && \

0 commit comments

Comments
 (0)