seurat-disk icon indicating copy to clipboard operation
seurat-disk copied to clipboard

Save SaveH5Seurat() -Error: Invalid version specification: 3.1.5.999

Open DrLucyMac opened this issue 4 years ago • 1 comments

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

DrLucyMac avatar Jul 17 '20 12:07 DrLucyMac

same question

millersan avatar Mar 30 '21 13:03 millersan