seurat-disk
seurat-disk copied to clipboard
Save SaveH5Seurat() -Error: Invalid version specification: 3.1.5.999
Hello,
Thank you for creating this package. However I appear to have problems creating H5Seurat file due to invalid version specification error? I tried updating seurat object to see if that would help but the error persists. Could you please give me some clues as to how to fix this?
Cheers, Lucy
> SaveH5Seurat(MFTatlas, overwrite = TRUE)
Creating h5Seurat file for version 3.1.5.9900
Error: Invalid version specification: 3.1.5.999
> MFTatlas <- UpdateSeuratObject(MFTatlas)
Validating object structure
Updating object slots
Ensuring keys are in the proper strucutre
Ensuring feature names don't have underscores or pipes
Object representation is consistent with the most current Seurat version
> SaveH5Seurat(MFTatlas, overwrite = TRUE)
Creating h5Seurat file for version 3.1.5.9900
Error: Invalid version specification: 3.1.5.999
same question