mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 07:58:11 +08:00
+1
-1
@@ -98,7 +98,7 @@ def dataroot_test_index():
|
||||
data += "<body><H1>Welcome to cellxgene</H1>"
|
||||
|
||||
config = current_app.app_config
|
||||
locator = DataLocator(config.multi_dataset__dataroot)
|
||||
locator = DataLocator(config.multi_dataset__dataroot, config=config)
|
||||
datasets = []
|
||||
for fname in locator.ls():
|
||||
location = path_join(config.multi_dataset__dataroot, fname)
|
||||
|
||||
Reference in New Issue
Block a user