-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fk-compare-gtfs' of github.com:broadinstitute/warp-tool…
…s into fk-compare-gtfs
- Loading branch information
Showing
3 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ ENV TERM=xterm-256color \ | |
TINI_VERSION=v0.19.0\ | ||
PATH=$PATH:/usr/gitc | ||
|
||
ARG SNAPATAC2_VERSION=2.7.0 | ||
ARG SNAPATAC2_VERSION=2.7.1 | ||
|
||
LABEL MAINTAINER="Broad Institute DSDE <[email protected]" \ | ||
SNAPATAC2_VERSION=${SNAPATAC2_VERSION} | ||
|
@@ -18,6 +18,7 @@ RUN apt-get update; \ | |
curl https://sh.rustup.rs -sSf | sh -s -- -y; \ | ||
source "$HOME/.cargo/env"; \ | ||
pip install snapatac2==${SNAPATAC2_VERSION}; \ | ||
pip install scanpy; \ | ||
# Install TINI | ||
mkdir temp; \ | ||
cd temp; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters