rcsbsearch icon indicating copy to clipboard operation
rcsbsearch copied to clipboard

Python interface for the RCSB search API.

Results 7 rcsbsearch issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Updated: - API URL to support secure http, "https". - service for attribute "chem_comp.name", "text_comp". - class **Terminal**. Now **to_dict**() adds "negation" if it is only True, otherwise brokes, don't...

As of today (2022-07-13), the v1 version of the RCSB search API has been fully discontinued. This PR swaps the library to use the v2 version of the API, following...

The RCSB webservice url may have been changed. The Jupyter Notebooks now error out with: HTTPError: 400 Client Error: ...

The versioning mechanism in setup.py sets __version__ to "Undefined", then does an exec() from __init__.py to get the version number from inside the file. Presumably this was done to have...

Hi **CONTEXT** I am fetching the pdb database using rcsbsearch in order to find out if a certain ligand is covalently bound in a certain pdb of interest. **CODE** `from...

Hi there! Dynamic support for current rcsb scheme is cool, but it's not very helpful when you write scripts in IDE (and to a lesser degree in notebook). It would...