Open
Description
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.