Skip to content

Error saving sce with metadata: Error in value[[3L]](cond) : failed to stage 'metadata(<SingleCellExperiment>)' #2

@whtns

Description

@whtns

Hello, I am encountering an error (below) while saving an sce to alabaster due to inclusion of metadata. I get no error if I set metadata to an empty list. I am consulting OSCA for guidance on the use of object-level metadata.

library(SingleCellExperiment)
example(SingleCellExperiment, echo=FALSE) 
metadata(sce) <- list("experiment" = list("SingleCellExperiment_version" = packageVersion("SingleCellExperiment")))
library(alabaster.sce)
tmp <- tempfile()
saveObject(sce, tmp)

# Error in value[[3L]](cond) : 
#  failed to stage 'metadata(<SingleCellExperiment>)'
#  - failed to stage list element 'experiment'
#  - failed to stage list element 'SingleCellExperiment_version'
#  - failed to stage list element 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions