mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 19:38:13 +08:00
add fsspec support to gene set and cell annotations (#2512)
This commit is contained in:
@@ -57,7 +57,7 @@ class Annotations(metaclass=ABCMeta):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def write_gene_sets(self, gs, data_adaptor):
|
||||
def write_gene_sets(self, gs, tid, data_adaptor):
|
||||
"""Write the gene sets (gs) to a persistent storage such that it can later be read"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user