Skip to content

Commit a348e3f

Browse files
authored
Merge pull request #275 from cancervariants/staging
Staging
2 parents edaa26a + 7e20ef5 commit a348e3f

25 files changed

+1260
-1215
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ fastapi = "*"
3131
uvicorn = "*"
3232
pydantic = "*"
3333
"ga4gh.vrs" = {version = ">=0.7.5.dev1", extras = ["extras"]}
34-
gene-normalizer = ">=0.1.23"
34+
gene-normalizer = ">=0.1.26"
3535
pyliftover = "*"
3636
boto3 = "*"
37-
"ga4gh.vrsatile.pydantic" = ">=0.0.10"
37+
"ga4gh.vrsatile.pydantic" = ">=0.0.11"
3838
uta-tools = ">=0.0.15"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Variation Normalization
44

5-
Services and guidelines for normalizing variation terms into [VRS (v1.2.0)](https://vrs.ga4gh.org/en/1.2.0) and [VRSATILE (latest)](https://vrsatile.readthedocs.io/en/latest/) compatible representations.
5+
Services and guidelines for normalizing variation terms into [VRS](https://vrs.ga4gh.org/en/latest) and [VRSATILE](https://vrsatile.readthedocs.io/en/latest/) compatible representations.
66

77
Public OpenAPI endpoint: https://normalize.cancervariants.org/variation
88

@@ -26,8 +26,8 @@ Variation Normalization is limited to the following types of variants:
2626
We are working towards adding more types of variations, coordinates, and representations.
2727

2828
### Endpoints
29-
#### /toVRS
30-
The `/toVRS` endpoint returns a list of validated VRS [Variations](https://vrs.ga4gh.org/en/1.2.0/terms_and_model.html#variation).
29+
#### /to_vrs
30+
The `/to_vrs` endpoint returns a list of validated VRS [Variations](https://vrs.ga4gh.org/en/1.2.0/terms_and_model.html#variation).
3131

3232
The `/normalize` endpoint returns a [Variation Descriptor](https://vrsatile.readthedocs.io/en/latest/value_object_descriptor/vod_index.html#variation-descriptor) containing the MANE Transcript, if one is found. If a genomic query is not given a gene, `normalize` will return its GRCh38 representation.
3333

requirements-dev.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ asyncpg==0.25.0; python_version >= '3.6'
2424
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2525
babel==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2626
backcall==0.2.0
27-
beautifulsoup4==4.10.0; python_version >= '3.1'
27+
beautifulsoup4==4.11.1; python_version >= '3.6'
2828
biocommons.seqrepo==0.6.5
2929
bioutils==0.5.5; python_version >= '3.6'
30-
bleach==4.1.0; python_version >= '3.6'
31-
boto3==1.21.32
32-
botocore==1.24.32; python_version >= '3.6'
30+
bleach==5.0.0; python_version >= '3.7'
31+
boto3==1.21.37
32+
botocore==1.24.37; python_version >= '3.6'
3333
bs4==0.0.1
3434
canonicaljson==1.6.0; python_version ~= '3.7'
3535
certifi==2021.10.8
@@ -61,10 +61,10 @@ flake8-docstrings==1.6.0
6161
flake8-import-order==0.18.1
6262
flake8-quotes==3.3.1
6363
flake8==4.0.1
64-
fonttools==4.31.2; python_version >= '3.7'
64+
fonttools==4.32.0; python_version >= '3.7'
6565
ga4gh.vrs[extras]==0.8a0
66-
ga4gh.vrsatile.pydantic==0.0.10
67-
gene-normalizer==0.1.24
66+
ga4gh.vrsatile.pydantic==0.0.11
67+
gene-normalizer==0.1.26
6868
gffutils==0.10.1
6969
h11==0.13.0; python_version >= '3.6'
7070
hgvs==1.5.2
@@ -74,7 +74,7 @@ idna==3.3; python_version >= '3.5'
7474
importlib-metadata==4.11.3; python_version < '3.10'
7575
inflection==0.5.1; python_version >= '3.5'
7676
iniconfig==1.1.1
77-
ipykernel==6.12.1
77+
ipykernel==6.13.0
7878
ipython-genutils==0.2.0
7979
ipython==8.2.0; python_version >= '3.8'
8080
ipywidgets==7.7.0
@@ -83,15 +83,15 @@ jinja2==3.1.1; python_version >= '3.7'
8383
jmespath==1.0.0; python_version >= '3.7'
8484
json5==0.9.6
8585
jsonschema==3.2.0
86-
jupyter-client==7.2.1; python_version >= '3.7'
86+
jupyter-client==7.2.2; python_version >= '3.7'
8787
jupyter-console==6.4.3; python_version >= '3.6'
8888
jupyter-core==4.9.2; python_version >= '3.6'
8989
jupyter-server==1.16.0; python_version >= '3.7'
9090
jupyter==1.0.0
91-
jupyterlab-pygments==0.1.2
91+
jupyterlab-pygments==0.2.0; python_version >= '3.7'
9292
jupyterlab-server==2.12.0; python_version >= '3.7'
9393
jupyterlab-widgets==1.1.0; python_version >= '3.6'
94-
jupyterlab==3.3.2
94+
jupyterlab==3.3.3
9595
keyring==23.5.0; python_version >= '3.7'
9696
kiwisolver==1.4.2; python_version >= '3.7'
9797
lxml==4.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
@@ -103,7 +103,7 @@ mccabe==0.6.1
103103
mistune==0.8.4
104104
nbclassic==0.3.7; python_version >= '3.7'
105105
nbclient==0.5.13; python_version >= '3.7'
106-
nbconvert==6.4.5; python_version >= '3.7'
106+
nbconvert==6.5.0; python_version >= '3.7'
107107
nbformat==5.3.0; python_version >= '3.7'
108108
nest-asyncio==1.5.5; python_version >= '3.5'
109109
nodeenv==1.6.0
@@ -123,7 +123,7 @@ pkginfo==1.8.2
123123
platformdirs==2.5.1; python_version >= '3.7'
124124
pluggy==1.0.0; python_version >= '3.6'
125125
pre-commit==2.18.1
126-
prometheus-client==0.13.1; python_version >= '3.6'
126+
prometheus-client==0.14.1; python_version >= '3.6'
127127
prompt-toolkit==3.0.29; python_full_version >= '3.6.2'
128128
psutil==5.9.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
129129
psycopg2-binary==2.9.3
@@ -140,7 +140,7 @@ pyfaidx==0.6.4
140140
pyflakes==2.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
141141
pygments==2.11.2; python_version >= '3.5'
142142
pyliftover==0.4
143-
pyparsing==3.0.7; python_version >= '3.6'
143+
pyparsing==3.0.8; python_full_version >= '3.6.8'
144144
pyppeteer==1.0.2; python_version >= '3.7' and python_version < '4.0'
145145
pyquery==1.4.3
146146
pyrsistent==0.18.1; python_version >= '3.7'
@@ -160,21 +160,21 @@ requests-html==0.10.0; python_version >= '3.6'
160160
requests-toolbelt==0.9.1
161161
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
162162
rfc3986==2.0.0; python_version >= '3.7'
163-
rich==12.1.0; python_version < '4' and python_full_version >= '3.6.2'
163+
rich==12.2.0; python_version < '4' and python_full_version >= '3.6.3'
164164
s3transfer==0.5.2; python_version >= '3.6'
165165
send2trash==1.8.0
166-
setuptools==62.0.0; python_version >= '3.7'
166+
setuptools==62.1.0; python_version >= '3.7'
167167
simplejson==3.17.6; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3'
168168
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
169169
sniffio==1.2.0; python_version >= '3.5'
170170
snowballstemmer==2.2.0
171-
soupsieve==2.3.1; python_version >= '3.6'
171+
soupsieve==2.3.2; python_version >= '3.6'
172172
sqlparse==0.4.2; python_version >= '3.5'
173173
stack-data==0.2.0
174174
starlette==0.17.1; python_version >= '3.6'
175175
tabulate==0.8.9
176176
terminado==0.13.3; python_version >= '3.7'
177-
testpath==0.6.0; python_version >= '3.5'
177+
tinycss2==1.1.1; python_version >= '3.6'
178178
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
179179
tomli==2.0.1; python_version >= '3.7'
180180
tornado==6.1; python_version >= '3.5'
@@ -185,7 +185,7 @@ typing-extensions==4.1.1; python_version >= '3.6'
185185
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
186186
uta-tools==0.0.15
187187
uvicorn==0.17.6
188-
virtualenv==20.14.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
188+
virtualenv==20.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
189189
w3lib==1.22.0
190190
wcwidth==0.2.5
191191
webencodings==0.5.1

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ asttokens==2.0.5
1717
asyncpg==0.25.0; python_version >= '3.6'
1818
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1919
backcall==0.2.0
20-
beautifulsoup4==4.10.0; python_version >= '3.1'
20+
beautifulsoup4==4.11.1; python_version >= '3.6'
2121
biocommons.seqrepo==0.6.5
2222
bioutils==0.5.5; python_version >= '3.6'
23-
boto3==1.21.32
24-
botocore==1.24.32; python_version >= '3.6'
23+
boto3==1.21.37
24+
botocore==1.24.37; python_version >= '3.6'
2525
bs4==0.0.1
2626
canonicaljson==1.6.0; python_version ~= '3.7'
2727
certifi==2021.10.8
@@ -35,8 +35,8 @@ executing==0.8.3
3535
fake-useragent==0.1.11
3636
fastapi==0.75.1
3737
ga4gh.vrs[extras]==0.8a0
38-
ga4gh.vrsatile.pydantic==0.0.10
39-
gene-normalizer==0.1.24
38+
ga4gh.vrsatile.pydantic==0.0.11
39+
gene-normalizer==0.1.26
4040
gffutils==0.10.1
4141
h11==0.13.0; python_version >= '3.6'
4242
hgvs==1.5.2
@@ -78,11 +78,11 @@ pyyaml==6.0; python_version >= '3.6'
7878
requests-html==0.10.0; python_version >= '3.6'
7979
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
8080
s3transfer==0.5.2; python_version >= '3.6'
81-
setuptools==62.0.0; python_version >= '3.7'
81+
setuptools==62.1.0; python_version >= '3.7'
8282
simplejson==3.17.6; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3'
8383
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
8484
sniffio==1.2.0; python_version >= '3.5'
85-
soupsieve==2.3.1; python_version >= '3.6'
85+
soupsieve==2.3.2; python_version >= '3.6'
8686
sqlparse==0.4.2; python_version >= '3.5'
8787
stack-data==0.2.0
8888
starlette==0.17.1; python_version >= '3.6'

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ install_requires =
3131
uvicorn
3232
pydantic
3333
ga4gh.vrs[extras] >= 0.7.5.dev1
34-
gene-normalizer >= 0.1.23
34+
gene-normalizer >= 0.1.26
3535
pyliftover
3636
boto3
37-
ga4gh.vrsatile.pydantic >= 0.0.10
37+
ga4gh.vrsatile.pydantic >= 0.0.11
3838
uta-tools >= 0.0.15
3939

4040
tests_require =

0 commit comments

Comments
 (0)