[Rdkit-discuss] Any known papers on reverse engineering fingerprints into structures? --> We have just published a preprint to this!

2020-05-14 Thread Tuan Le
Hi Brian, I was working on a study to deduce molecular structures given ECFP fingerprints and came across your open question on the rdkit mailing-list (https://www.mail-archive.com/rdkit-discuss@lists.sourceforge.net/msg07851.html). I really enjoyed reading the discussion in the mailing l

Re: [Rdkit-discuss] rdkit SDMolSupplier stumbles over "M SAP" records::

2020-05-14 Thread Greg Landrum
Hi Thomas, This is actually fixed on master already (Roger sent the patch in April: https://github.com/rdkit/rdkit/pull/3072) The fix was supposed to be in the 2020.03.2 release, and it's in the release notes, but it looks like I forgot to actually merge in the changes over onto the release branch

[Rdkit-discuss] rdkit SDMolSupplier stumbles over "M SAP" records::

2020-05-14 Thread thomas.fox
Hi, I need to process a number of sd files containing peptides with rdkit. Using the SDMolSupplier, I get the following error message when trying to read in (some of) my peptides: Pre-condition Violation atom bookmark not found Violation occurred on line 195 in file /home/conda/feedstock_

Re: [Rdkit-discuss] unable to build from source with cmake

2020-05-14 Thread balducci
hi there > Also, does adding -DBoost_NO_BOOST_CMAKE=ON help or change things? ah-ah! that makes the errors go away (I would have never been able to sort this out by myself!) and now the build is running nicely with -lboost_system -lboost_iostreams -lboost_regex links properly spelled. So, if I u

Re: [Rdkit-discuss] unable to build from source with cmake

2020-05-14 Thread Paolo Tosco
Hi Gabriele, add -DBoost_DEBUG=ON to your cmake command to have more information regarding the failure. Also, does adding -DBoost_NO_BOOST_CMAKE=ON help or change things? Cheers, p. On 14/05/2020 13:45, baldu...@units.it wrote: hello I'm clearly missing something here, but not being able t

[Rdkit-discuss] unable to build from source with cmake

2020-05-14 Thread balducci
hello I'm clearly missing something here, but not being able to clarify things. After 2019_09_1b1 I'm not able to build rdkit via cmake from source any longer Even following the plain instructions in Install.md : RDBASE=./rdkit cd $RDBASE mkdir build cd build cmake .. make doesn't work. At cm

Re: [Rdkit-discuss] In a pickle with pandas

2020-05-14 Thread Jincai Yang
Hi, Tim, PandasTools.RenderImagesInAllDataFrames(images=True)solve the problem. Here is a jupyter notebook example.rdkit 2020.03.2 pandas 1.0.3 -- Original -- From: "Tim Dudgeon"https://lists.sourceforge.net/lists/listinfo/rdkit-discuss