Skip to content

Commit

Permalink
got cd?
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s authored Sep 16, 2024
1 parent f5254e7 commit 7345ad7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ jobs:
#cache-env: true
- name: MicromambaActivateEnv
run: micromamba activate Rseurat
- name: RemoteInstallGH
- name: InstallSeuratDatasets
run: |
apt update && apt install -y libicu-dev libicu58
Rscript -e "remotes::install_github('satijalab/seurat-data')"
Rscript -e "SeuratData::InstallData('ifnb')" # if this fails, download file.tar.gz w/ cURL, then install.packages('file.tar.gz', repos=NULL, type='source')
Rscript -e "SeuratData::InstallData('pbmc3k')"
Rscript -e "install.packages(pkgs='ifnb.SeuratData', repos='https://seurat.nygenome.org/', type='source')"
Rscript -e "install.packages(pkgs='pbmc3k.SeuratData', repos='https://seurat.nygenome.org/', type='source')"
- name: DownloadZenodo
working-directory: ./rmd
run: |
Expand Down

0 comments on commit 7345ad7

Please sign in to comment.