Skip to content
Snippets Groups Projects
Commit 69c822da authored by Alisandra Denton's avatar Alisandra Denton
Browse files

finally tested hd5 fix for kallisto

parent d30ab98b
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ RUN git clone https://github.com/pachterlab/kallisto.git
RUN mkdir kallisto/build
WORKDIR /home/ZIM-gast/repos/kallisto/build
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/hdf5/serial/lib
RUN cmake -DCMAKE_INSTALL_PREFIX=/home/ZIM-gast/ ..
RUN cmake -DCMAKE_INSTALL_PREFIX=/home/ZIM-gast/ -DUSE_HDF5=ON ..
RUN make
RUN make install
# python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment