Skip to content

Commit 69c59b5

Browse files
authored
build: update cool-seq-tool + pin gene-normalizer (#596)
* cool-seq-tool version bump: `mane_genes` extension will now include `status` * pin gene-normalizer
1 parent 90250ac commit 69c59b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dependencies = [
2929
"uvicorn",
3030
"pydantic ==2.*",
3131
"ga4gh.vrs[extras] ==2.0.0a13",
32-
"gene-normalizer >=0.7.0",
32+
"gene-normalizer ~=0.7.0",
3333
"boto3",
34-
"cool-seq-tool ~=0.9.1",
34+
"cool-seq-tool ~=0.12.0",
3535
"bioutils"
3636
]
3737
dynamic = ["version"]

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ def _mane_gene_ext_checks(actual_vo: dict) -> None:
620620
for mane_gene in mane_genes_ext["value"]:
621621
assert mane_gene["ncbi_gene_id"]
622622
assert mane_gene["symbol"]
623+
assert mane_gene["status"]
623624

624625

625626
def assertion_checks(

0 commit comments

Comments
 (0)