We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90250ac commit 69c59b5Copy full SHA for 69c59b5
pyproject.toml
@@ -29,9 +29,9 @@ dependencies = [
29
"uvicorn",
30
"pydantic ==2.*",
31
"ga4gh.vrs[extras] ==2.0.0a13",
32
- "gene-normalizer >=0.7.0",
+ "gene-normalizer ~=0.7.0",
33
"boto3",
34
- "cool-seq-tool ~=0.9.1",
+ "cool-seq-tool ~=0.12.0",
35
"bioutils"
36
]
37
dynamic = ["version"]
tests/conftest.py
@@ -620,6 +620,7 @@ def _mane_gene_ext_checks(actual_vo: dict) -> None:
620
for mane_gene in mane_genes_ext["value"]:
621
assert mane_gene["ncbi_gene_id"]
622
assert mane_gene["symbol"]
623
+ assert mane_gene["status"]
624
625
626
def assertion_checks(
0 commit comments