Skip to content

Docs: how do I *update* a dataset on file? #1125

Open
@jeromekelleher

Description

@jeromekelleher

I'm not finding any documentation how to do something like:

ds = sg.load_dataset(ds_path)    
ds = sg.count_variant_alleles(ds)
# Don't overwrite the whole thing, just write out the new variables so I don't have to 
# recompute them
sg.save_dataset(ds, ds_path) 

We have how do I save but that's not helping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions