swh:1:snp:0da231f3ffdb3226650880f1b61d5d5cdcbd749b
Raw File
Tip revision: 656fc8b562d53e5d0cedda9e09d9dda81e8c00e9 authored by David Collins on 29 February 2024, 13:44:33 UTC
Merge pull request #8550 from satijalab/develop
Tip revision: 656fc8b
testthat.R
library(testthat)
library(Seurat)
#
# # Run tests for 'v3'
# message('Run tests for v3 assay')
# options(Seurat.object.assay.version = 'v3')
# test_check("Seurat")

# Run tests for 'v5'
message('Run tests for v5 assay')
options(Seurat.object.assay.version = 'v5')
test_check("Seurat")


back to top