Skip to content

Commit

Permalink
Merge pull request #42 from brain-bican/schema_title
Browse files Browse the repository at this point in the history
title added to schema
  • Loading branch information
hkir-dev authored Jun 14, 2024
2 parents 7216118 + 60e43f6 commit 10ede93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests
cas-tools==0.0.1.dev42
cas-tools==0.0.1.dev44
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="tdta",
version="0.1.0.dev12",
version="0.1.0.dev13",
description="The aim of this project is to provide taxonomy development tools custom actions.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/tdta/tdt_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def export_cas_data(sqlite_db: str, output_file: str, dataset_cache_folder: str
:param output_file: output json path
:param dataset_cache_folder: anndata cache folder path
"""
cta = CellTypeAnnotation("", list())
cta = CellTypeAnnotation("", list(), "")

cas_tables = get_table_names(sqlite_db)
for table_name in cas_tables:
Expand Down

0 comments on commit 10ede93

Please sign in to comment.