-
-
-
What does this mean:
```
WARNING:pybel.parser:Added singleton [line 221582]: complex(p(HGNC:ESR1),g(HGNC:CDC42BPA)). Putative error - needs checking.
WARNING:pybel.parser:Added singleton [line 22…
-
-
From Andrew Dalke on list:
One of RDKit MACCS key definitions is
[!#6;!#1]~[!#6;!#1;!H0]
I'm working on my test suite for those definitions, as mentioned in my previous email.
Here's a …
-
I'm having a problem where my tests (run through tox on py27 and py36) succeed locally, but cause an error during my build group (https://travis-ci.org/pybel/pybel/builds/235700392) .
The only feed…
-
Lets do a hackathon this week and get this working. Examples/resources:
- http://bl.ocks.org/aureooms/7daf089f0936b9e16aa9
- http://bl.ocks.org/GerHobbelt/3616279
- https://stackoverflow.com/ques…
-
Hello everyone,
The nature of these might be fairly diverse so if you'd like me to categorize them somehow or something like that, please let me know.
**BEL line:**
bp(TBIBP:anesthesia) -> a(…
-
If you try to use pybel to readstring an inchi, then try to write it out as an inchi again, you get a pointer error and a core dump. This is a serious error.
like this:
>>> mol = pybel.readstring(…
-