Skip to content

Commit 38a9ab1

Browse files
author
James Parkhurst
committed
Move to rcsbapi package
1 parent 7a4c018 commit 38a9ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install_requires =
2727
requests
2828
pandas
2929
requests_html
30-
rcsbsearchapi
30+
rcsbapi
3131
bs4
3232
pypdb@git+https://github.com/williamgilpin/pypdb@master#egg=pypdb
3333
lxml_html_clean

0 commit comments

Comments
 (0)