removed .csv suffix from annotation name

This commit is contained in:
Alok Saldanha
2021-03-29 07:28:16 -04:00
parent 586dc6623a
commit 76c1d9e80c
6 changed files with 32 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ from cellxgene_gateway.items.file.fileitem_source import FileItemSource
from cellxgene_gateway.items.item import ItemType
key = CacheKey(
FileItem("/czi/", "pbmc3k.h5ad", ItemType.h5ad),
FileItem("/czi/", name="pbmc3k.h5ad", type=ItemType.h5ad),
FileItemSource("/tmp", "local"),
)