Open 1QiGuo opened 1 year ago
Hello 1QiGuo,
I am not related to this project at all but I have been trying to run it. I solved this problem the following way.
The issue is that the query object (query.rds) is a seurat v4 object. When it is loaded it requires SeuratObject. The simplest solution is to
This will create a query.rds seurat object (v3) which, when loaded, doesn't require the SeuratObject library.
Good luck with the rest of the pipeline. I still cant make it run.
Hi,
Thanks for developing SeqSeek.
I met an issue when running
python3 -m dvc repro
. It shows that:However, I found the package "SeuratObject" was not used in the Rscript of SeqSeek. In addition, this package needs an R version higher than 4.0 but the R version of SeqSeek should be 3.6.
Many thanks for considering my request.