-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dimplot_stroke
- Loading branch information
Showing
116 changed files
with
4,010 additions
and
1,094 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Integration Checks | ||
|
||
# Because `develop` is a protected branch this workflow is triggered when a PR | ||
# is opened/updated and again when it is merged. | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
pull_request: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
check-package: | ||
runs-on: ubuntu-latest | ||
|
||
# Use the `satijalab/seurat-ci` Docker image as the runner environment. | ||
# This image is pre-configured with everything required for running | ||
# integration checks, for more details, see | ||
# https://hub.docker.com/repository/docker/satijalab/seurat-ci/general. | ||
container: | ||
image: satijalab/seurat-ci:latest | ||
|
||
steps: | ||
# Pull the latest changes from the repository down to the runner. | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
# Install the package and all its dependencies using scripts from | ||
# `littler`, see https://eddelbuettel.github.io/littler/ for details. | ||
- name: Install Dependencies | ||
run: installDeps.r -s | ||
|
||
# Run CRAN checks, if any ERRORs or WARNINGs are raised the check fails. | ||
# Certain tests are skipped when running as CRAN—skip all tests so they | ||
# can be run together in a subsequent step. | ||
- name: Run CRAN Checks (no tests) | ||
run: | | ||
rcmdcheck::rcmdcheck( | ||
args = c("--as-cran", "--no-tests"), | ||
error_on="warning" | ||
) | ||
shell: Rscript {0} | ||
|
||
# Because tests weren't included in CRAN checks, run them here. | ||
- name: Run Tests | ||
# Run this step even if the previous one failed. | ||
if: always() | ||
run: testthat::test_local() | ||
shell: Rscript {0} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Package: Seurat | ||
Version: 5.0.1 | ||
Date: 2023-11-16 | ||
Version: 5.1.0.9012 | ||
Title: Tools for Single Cell Genomics | ||
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, Stuart T, Butler A, et al (2019) <doi:10.1016/j.cell.2019.05.031>, and Hao, Hao, et al (2020) <doi:10.1101/2020.10.12.335331> for more details. | ||
Authors@R: c( | ||
person(given = "Andrew", family = "Butler", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-3608-0463")), | ||
person(given = "Saket", family = "Choudhary", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-5202-7633")), | ||
person(given = 'David', family = 'Collins', email = '[email protected]', role = 'ctb', comment = c(ORCID = '0000-0001-9243-7821')), | ||
person(given = "Charlotte", family = "Darby", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-2195-5300")), | ||
person(given = "Jeff", family = "Farrell", email = "[email protected]", role = "ctb"), | ||
person(given = "Isabella", family = "Grabski", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-0616-5469")), | ||
|
@@ -28,13 +28,14 @@ Authors@R: c( | |
person(given = "Shiwei", family = "Zheng", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-6682-6743")), | ||
person("Satija Lab and Collaborators", role = "fnd") | ||
) | ||
License: MIT + file LICENSE | ||
URL: https://satijalab.org/seurat, https://github.com/satijalab/seurat | ||
BugReports: https://github.com/satijalab/seurat/issues | ||
Additional_repositories: https://satijalab.r-universe.dev, https://bnprks.r-universe.dev | ||
Depends: | ||
R (>= 4.0.0), | ||
methods, | ||
SeuratObject (>= 5.0.0) | ||
SeuratObject (>= 5.0.2) | ||
Imports: | ||
cluster, | ||
cowplot, | ||
|
@@ -89,9 +90,44 @@ Imports: | |
tools, | ||
utils, | ||
uwot (>= 0.1.10) | ||
Suggests: | ||
ape, | ||
arrow, | ||
Biobase, | ||
BiocGenerics, | ||
BPCells, | ||
data.table, | ||
DESeq2, | ||
DelayedArray, | ||
enrichR, | ||
GenomicRanges, | ||
GenomeInfoDb, | ||
glmGamPoi, | ||
ggrastr, | ||
harmony, | ||
hdf5r, | ||
IRanges, | ||
limma, | ||
MAST, | ||
metap, | ||
mixtools, | ||
monocle, | ||
presto, | ||
rsvd, | ||
R.utils, | ||
Rfast2, | ||
rtracklayer, | ||
S4Vectors, | ||
sf (>= 1.0.0), | ||
SingleCellExperiment, | ||
SummarizedExperiment, | ||
testthat, | ||
VGAM | ||
LinkingTo: Rcpp (>= 0.11.0), RcppEigen, RcppProgress | ||
License: MIT + file LICENSE | ||
BuildManual: true | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.3.2 | ||
Collate: | ||
'RcppExports.R' | ||
'reexports.R' | ||
|
@@ -113,35 +149,3 @@ Collate: | |
'sketching.R' | ||
'tree.R' | ||
'utilities.R' | ||
RoxygenNote: 7.2.3 | ||
Encoding: UTF-8 | ||
Suggests: | ||
ape, | ||
BPCells, | ||
rsvd, | ||
testthat, | ||
hdf5r, | ||
S4Vectors, | ||
SummarizedExperiment, | ||
SingleCellExperiment, | ||
MAST, | ||
DESeq2, | ||
BiocGenerics, | ||
GenomicRanges, | ||
GenomeInfoDb, | ||
IRanges, | ||
rtracklayer, | ||
Rfast2, | ||
monocle, | ||
Biobase, | ||
VGAM, | ||
limma, | ||
metap, | ||
enrichR, | ||
mixtools, | ||
ggrastr, | ||
data.table, | ||
R.utils, | ||
presto, | ||
DelayedArray, | ||
harmony |
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
Oops, something went wrong.