mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 13:48:11 +08:00
@@ -159,7 +159,7 @@ class MatrixDataType(Enum):
|
||||
class MatrixDataLoader(object):
|
||||
def __init__(self, location, matrix_data_type=None, app_config=None):
|
||||
""" location can be a string or DataLocator """
|
||||
self.location = DataLocator(location)
|
||||
self.location = DataLocator(location, app_config)
|
||||
if not self.location.exists():
|
||||
raise DatasetAccessError("Dataset does not exist.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user