Skip to content

Commit f5160cb

Browse files
author
James Parkhurst
authored
Merge pull request ccpem#60 from jmp1985/main
Moving to rcsb-api
2 parents bd447a9 + 34c614c commit f5160cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

profet/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from urllib.request import urlretrieve
2-
from rcsbsearchapi import TextQuery
2+
from rcsbapi.search import TextQuery
33

44

55
class PDB_DB:

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ install_requires =
2727
requests
2828
pandas
2929
requests_html
30-
rcsbsearchapi
30+
rcsb-api
3131
bs4
32-
pypdb@git+https://github.com/williamgilpin/pypdb@master#egg=pypdb
3332
lxml_html_clean
3433

3534
[options.extras_require]

0 commit comments

Comments
 (0)