surechembl-data-client icon indicating copy to clipboard operation
surechembl-data-client copied to clipboard

A collection of scripts for retrieving, storing, and querying SureChEMBL data.

Results 11 surechembl-data-client issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.7.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.6.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.999 to 0.999999999. Changelog Sourced from html5lib's changelog. Commits 6a73efa Yes, another release, already. :( e0dc25f Fix attribute order to the treebuilder to be document order a3b8252...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.2.1 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

Bumps [twisted](https://github.com/twisted/twisted) from 12.2.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...

dependencies

This is to match Oracle, and prevent varchar too small issue

Dear Developer, Thanks for sharing nice project. The readme.md said this project supports python2.7. Do you have a plan to support python3.x? Or is it easy to migrate the code...

While using this script to fill our Postgresql database, I discovered that whenever duplicates are detected in `data_loader.py` (line 336), the transaction is not always reset. So this exception is...

Steps to reproduce: 1. create new conda env 2. python2 --version # Python 2.7.15rc1 3. python2 -m pip -r src/requirements_ubuntu.txt # fails on the first line Am I missing something?

Is there a way to use the update.py script to download everything(from 1973-present) from the surechembl DB in one go? I would like to verify that I have all of...