Skip to content

Commit

Permalink
Merge pull request #92 from AlexsLemonade/jashapiro/update-R
Browse files Browse the repository at this point in the history
Update R, Bioconductor, and anndata to the current versions
  • Loading branch information
jashapiro authored Aug 17, 2022
2 parents 6d821f1 + 81fe41b commit 7dac599
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 314 deletions.
2 changes: 1 addition & 1 deletion envs/scanorama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python=3.9
- scanorama=1.7.1
- anndata=0.7.6
- anndata=0.8.0
- ca-certificates
- openssl
- git
Expand Down
3 changes: 2 additions & 1 deletion envs/scpca-renv.post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fi




# install packages required for renv
Rscript --no-init-file -e 'install.packages(c("jsonlite","purrr"), repos = "https://cloud.r-project.org")'
# restore packages
Rscript -e 'renv::restore()'
4 changes: 1 addition & 3 deletions envs/scpca-renv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ dependencies:
- pandoc
- pkg-config
- openssl
- r-base=4.1.3
- r-jsonlite
- r-purrr
- r-base=4.2.1
1 change: 1 addition & 0 deletions envs/scvi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ channels:
- bioconda
- defaults
dependencies:
- anndata=0.8.0
- scvi-tools=0.17.1
- gitpython
Loading

0 comments on commit 7dac599

Please sign in to comment.