Skip to content

Commit

Permalink
fixing errors - comparative-annotation-toolkit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi12k committed Jan 6, 2025
1 parent c4dd3da commit 9696bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comparative-annotation-toolkit/2.2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN cd augustus/auxprogs/homGeneMapping/src && sed 's/# BOOST = true/BOOST = tru
RUN cd augustus && make

# HDF5
RUN wget -q http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz
RUN wget http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz
RUN tar xzf hdf5-1.10.1.tar.gz
RUN cd hdf5-1.10.1 && ./configure --enable-cxx --prefix=/usr
RUN cd hdf5-1.10.1 && make && make install
Expand Down

0 comments on commit 9696bd1

Please sign in to comment.