Skip to content

Commit

Permalink
Merge pull request #105 from brown-ccv/neur1630/git-dependency
Browse files Browse the repository at this point in the history
NEUR1630 Github Dependency
  • Loading branch information
anna-murphy authored Nov 15, 2024
2 parents 2b338b4 + fa43c7c commit 0934ce5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ RUN fix-permissions "${CONDA_DIR}" && \

USER root

# Install missing fonts
RUN cd /usr/share/fonts && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-bold.otf && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-bolditalic.otf && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-italic.otf && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-regular.otf && \
wget https://noto-website-2.storage.googleapis.com/pkgs/NotoSansMono-unhinted.zip && \
unzip NotoSansMono-unhinted.zip && \
chmod +r -R /usr/share/fonts

RUN fc-cache -fsv
RUN mktexlsr

Expand Down
7 changes: 7 additions & 0 deletions requirements/classes/neur1630/requirements.pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ pynapple
pybiomart
pyranges
gseapy
gdown
rastermap
zenodo-get
cellxgene-census
ONE-api
git+https://github.com/alleninstitute/abc_atlas_access.git
PyYAML>=6.0.0
1 change: 0 additions & 1 deletion requirements/classes/neur1630/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# add class-specific packages here:

ipywidgets
zarr
requests
Expand Down

0 comments on commit 0934ce5

Please sign in to comment.