Skip to content
Snippets Groups Projects
Commit c1c76bc6 authored by Ruqian Lyu's avatar Ruqian Lyu
Browse files

install via github

parent 3e7e0715
No related branches found
No related tags found
No related merge requests found
......@@ -67,13 +67,9 @@ RUN \
ENV HTSLIB=system
ENV PATH=$PATH:~/.cargo/bin/
RUN
git clone https://gitlab.svi.edu.au/biocellgen-public/sgcocaller.git && \
cd sgcocaller && \
nimble install .
#ADD . /src/
#RUN nimble install -y https://gitlab.svi.edu.au/biocellgen-public/sgcocaller.git
RUN nimble install -y https://github.com/ruqianl/sgcocaller.git
#RUN ls ~/.nimble/lib/
ENV LD_LIBRARY_PATH=:/root/.nimble/lib/:/usr/local/lib/:$LD_LIBRARY_PATH
......
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