Skip to content

Commit

Permalink
remove EA, NEA attributes from schema also
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Dec 2, 2024
1 parent 5c6277c commit 1a098d5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gwasstudio/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@ def create_tiledb_schema(uri: str, cfg: dict):
var=False,
filters=tiledb.FilterList([tiledb.ZstdFilter(level=5)]),
),
tiledb.Attr(
name="EA",
dtype="ascii",
var=True,
filters=tiledb.FilterList([tiledb.ZstdFilter(level=5)]),
),
tiledb.Attr(
name="NEA",
dtype="ascii",
var=True,
filters=tiledb.FilterList([tiledb.ZstdFilter(level=5)]),
),
tiledb.Attr(
name="SNPID",
dtype="ascii",
Expand Down

0 comments on commit 1a098d5

Please sign in to comment.