We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4c018 commit 38a9ab1Copy full SHA for 38a9ab1
profet/pdb.py
@@ -1,5 +1,5 @@
1
from urllib.request import urlretrieve
2
-from rcsbsearchapi import TextQuery
+from rcsbapi.search import TextQuery
3
4
5
class PDB_DB:
setup.cfg
@@ -27,7 +27,7 @@ install_requires =
27
requests
28
pandas
29
requests_html
30
- rcsbsearchapi
+ rcsbapi
31
bs4
32
pypdb@git+https://github.com/williamgilpin/pypdb@master#egg=pypdb
33
lxml_html_clean
0 commit comments