Panagiotis Tourlas
Panagiotis Tourlas
Greetings! I tried the following query: ```python from chembl_webresource_client.new_client import new_client activity = new_client.activity res = activity.filter(type__iexact='pka') print(len(res)) ``` which returns `12004`. Trying to write the query result to a...
Just adding the source code here, will soon work on the depedencies that are changed.
Greetings! Supposing I have the ref to a structure state cell, is there a function that returns a list of representation refs for that cell? I tried this: ```typescript const...