Skip to content

Commit

Permalink
Add leidenalg to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed May 29, 2024
1 parent 26294e4 commit 063482d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN echo "local({r <- getOption('repos') ;r['CRAN'] = 'https://packagemanager.rs
libxml2-dev \
libxslt-dev \
&& python3 -m pip install --upgrade pip \
&& pip3 install umap-learn phate scanpy sctour scikit-misc celltypist scikit-learn \
&& pip3 install umap-learn phate scanpy sctour scikit-misc celltypist scikit-learn leidenalg \
# Install conga:
&& mkdir /conga \
&& cd /conga \
Expand Down

0 comments on commit 063482d

Please sign in to comment.