[Rdkit-discuss] compatibiltiy between parallel python and rdkit

2015-03-02 Thread Bennion, Brian
Hello, I am relatively new to rdkit but have found it to be very useful in creating compounds with the reaction functions. Currently my project involves taking a handful of scaffolds and creating shrubbery for these scaffolds based on available precursor compounds. I found that creating more

Re: [Rdkit-discuss] Molecular properties + pickling

2016-03-19 Thread Bennion, Brian
This is not a bug nor a feature per se. You need to set the compounds as PropteryMOl Ie Ketone = [x for x in supplAlkylKetones if x is not None] for i in range(len(Ketone)): Ketone[i] = PropertyMol(Ketone[i]) From: Maciek Wójcikowski [mailto:mac...@wojcikowski.pl] Sent: Friday, March 18,

[Rdkit-discuss] [SOLVED?]RE: protonating proper tertiary amines

2016-09-01 Thread Bennion, Brian
AddH's to the copy of the molecule i send out for other functions. This seems to solve the issue. Thanks for the help. brian From: Greg Landrum [greg.land...@gmail.com] Sent: Wednesday, August 31, 2016 7:49 PM To: Bennion, Brian Cc: rdkit-discuss

[Rdkit-discuss] protonating proper tertiary amines

2016-08-29 Thread Bennion, Brian
Hello, I have seemed to hit a wall with what seems like a simple task. First, I have ~9800 compounds that have a primary amine for a reaction that I am completing in rdkit. About 250 of those compounds have a tertiary alkylamine that is most likely protonated at pH 7.4. The dataset is a set

Re: [Rdkit-discuss] protonating proper tertiary amines

2016-08-30 Thread Bennion, Brian
ecule,tertNHnum) return (moleculeH,tertNHnum) ## From: Greg Landrum [greg.land...@gmail.com] Sent: Monday, August 29, 2016 10:41 PM To: Bennion, Brian Cc: rdkit-discuss@lists.sourceforge.net Subject: Re: [Rdkit-discuss] protonating proper tertiary amines Hi Brian

[Rdkit-discuss] mass replacement of External R-groups with many substituents

2017-03-15 Thread Bennion, Brian
Hello All, I have looked around the email list and studied the daylight guide as well as the opensmiles website in hopes of solving my problem. External r-groups is a proposed extension but that is all I could find. It is possible that I have made it too complicated though. In discussions

Re: [Rdkit-discuss] list of failed chembl ids

2017-08-08 Thread Bennion, Brian
Thank you Andrew for the explanation. I was just commenting to my summer intern that you might weigh in. Brian From: Andrew Dalke [mailto:da...@dalkescientific.com] Sent: Tuesday, August 08, 2017 15:21 To: RDKit Discuss (rdkit-discuss@lists.sourceforge.net)

[Rdkit-discuss] list of failed chembl ids

2017-08-08 Thread Bennion, Brian
Hello, If anyone is interested, the list of chembl ids for compounds that had such crazy 2D sd files are listed below. Several are just different formulations of the same parent compound. 181880 450200 1198593 1201364 1977677 1992520 2146259 2146289 2146290 2299271 3182693 3184182 3187332

Re: [Rdkit-discuss] . Re: using rdkit to read in chembl23 1.7 million compounds

2017-08-07 Thread Bennion, Brian
in the smiles strings. Brian From: Peter S. Shenkin [mailto:shen...@gmail.com] Sent: Monday, August 07, 2017 14:26 To: Bennion, Brian <benni...@llnl.gov> Cc: Chris Swain <sw...@mac.com>; rdkit-discuss@lists.sourceforge.net Subject: Re: [Rdkit-discuss] . Re: using rdkit to read in chembl23

[Rdkit-discuss] troubles going from 2D to 3D

2017-08-16 Thread Bennion, Brian
Hello All, I am parsing a set of 2D sd files in rdkit in order to generate a 3D structure. The code is below and is based on what I could find on the list for errors in generating 3D coordinates. Temp.mol is the downloaded molfile from chembl for compound CHEMBL500809. I must be doing

[Rdkit-discuss] nitrogen valence issues

2017-10-04 Thread Bennion, Brian
Hello, After looking at the email list and seeing that this error has cropped up several times for aromatic/aliphatic heterocyclic nitrogens I still haven't been able to resolve the valence =4 error for one of the azo groups in a molecule that has 7. The first couple of azo groups seem to be

Re: [Rdkit-discuss] UFF atom type errors

2017-10-06 Thread Bennion, Brian
error that RDKIT is >classifying He as He1 and then as He for which there is no formal UFF atom >type. Is this presumption correct? Brian From: Guillaume GODIN [mailto:guillaume.go...@firmenich.com] Sent: Thursday, October 05, 2017 22:59 To: Bennion, Brian <benni...@llnl.gov>; RDKit Discu

Re: [Rdkit-discuss] nitrogen valence issues

2017-10-06 Thread Bennion, Brian
. Bran -Original Message- From: Chris Earnshaw [mailto:cgearns...@gmail.com] Sent: Thursday, October 05, 2017 08:46 To: Bennion, Brian <benni...@llnl.gov> Cc: RDKit Discuss (rdkit-discuss@lists.sourceforge.net) <rdkit-discuss@lists.sourceforge.net>

[Rdkit-discuss] UFF atom type errors

2017-10-05 Thread Bennion, Brian
Hello, As part of my workflow, I am attempting to generate a starting 3D structure from a 2D representation loaded from an sdf file. On certain structures I receive the following UFF errors when attempting to minimize the structure. [20:50:43] UFFTYPER: Unrecognized atom type: He1 (0)

Re: [Rdkit-discuss] Question about pKa prediction using RDKit

2017-10-16 Thread Bennion, Brian
Hello Jacob, Have you received any offline replies to this post? brian From: Jacob D Durrant Sent: Thursday, October 12, 2017 10:21:46 PM To: rdkit-discuss@lists.sourceforge.net Subject: [Rdkit-discuss] Question about pKa prediction using

Re: [Rdkit-discuss] UFF atom type errors

2017-10-09 Thread Bennion, Brian
together. Brian From: Greg Landrum [mailto:greg.land...@gmail.com] Sent: Friday, October 06, 2017 10:27 PM To: Bennion, Brian <benni...@llnl.gov> Cc: Guillaume GODIN <guillaume.go...@firmenich.com>; RDKit Discuss (rdkit-discuss@lists.sourceforge.net) <rdkit-discuss@lists.sourceforge.n

[Rdkit-discuss] UFFTYPE error in MMFF minimization

2017-10-20 Thread Bennion, Brian
Hello In order to bypass errors in UFF typing I am using MMFF94 as a minimization forcefield. However errors about UFF atom type are still occurring for Boron. staring MMFF94 minimization CHEMBL2374533 [15:59:34] UFFTYPER: Unrecognized atom type: B_1 (26) [15:59:34] UFFTYPER: Unrecognized atom

Re: [Rdkit-discuss] problems with EmbedMol

2018-02-28 Thread Bennion, Brian
Hello Greg and Jan, This is a real newbie question, but what is the use case for this function? Is it used to generate all possible connections (limited by some distance) between 3 or more atoms given in a smiles string? Brian From: Greg Landrum

[Rdkit-discuss] boron atom/element support in RDkit

2018-06-12 Thread Bennion, Brian via Rdkit-discuss
Hello Does RDkit support boron in SMILES strings? We have a number of compounds for which rdkit parsing is not successful. The commonality is that there is a B or b listed in the string. Thank you for any help. Brian Bennion LLNL

[Rdkit-discuss] boron compound not recognized by RDkit

2018-09-25 Thread Bennion, Brian via Rdkit-discuss
Hello, Awhile back I had noticed that rdkit has issues with boron containing compounds. One is below, and I admit it is a strange one. I read in an sdf file and write it out after calculating a formal charge on the molecule. It seems to be read into rdkit ok but writing errored out with

Re: [Rdkit-discuss] Open-source business models and the RDKit

2019-03-27 Thread Bennion, Brian via Rdkit-discuss
One of the goals of ATOM is to fund work that will be open sourced. I think any of the partners can choose to hire consultants for the work. https://atomscience.org/ Atom atomscience.org Transforming drug discovery. The Accelerating Therapeutics for Opportunities in

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

2020-05-15 Thread Bennion, Brian via Rdkit-discuss
Thank you for the link. I will look at it! --- Sent from Workspace ONE Boxer On May 14, 2020 at 11:25:49 PM PDT, Tuan Le wrote: Hi Brian, I was working on a study to deduce molecular structures given ECFP fingerprints and came across your open

[Rdkit-discuss] proper technical term for generating virtual compounds with rdkit and smarts

2020-09-24 Thread Bennion, Brian via Rdkit-discuss
hello I have a paper in review and is intended for a large audience that has synthetic chemists, biologist and comp chem. One reviewer had issues with the term in-silico syntheses. I used rdkit and smarts reactions to generate large libraries of compounds for our research project. Is there a

Re: [Rdkit-discuss] changes in chirality in rdkit?

2020-07-15 Thread Bennion, Brian via Rdkit-discuss
Ok Greg. thank you for the sneak preview. brian From: Greg Landrum Sent: Tuesday, July 14, 2020 11:36 PM To: Bennion, Brian Cc: Rafal Roszak ; RDKit Discuss Subject: Re: [Rdkit-discuss] changes in chirality in rdkit? Hi Brian, I think you're

[Rdkit-discuss] changes in chirality in rdkit?

2020-07-13 Thread Bennion, Brian via Rdkit-discuss
hello, I am "translating" smiles strings output in a csv file from another program into RDKit canonical strings with this code. If there is something that I am doing incorrectly I would appreciate the input. thanks brian bennion The original smiles string

Re: [Rdkit-discuss] changes in chirality in rdkit?

2020-07-14 Thread Bennion, Brian via Rdkit-discuss
in the first image. [cid:image001.png@01D659C1.FD411770] The second string after RDKit processing is shown in the second image here. [cid:image002.png@01D659C1.FD411770] -Original Message- From: Rafal Roszak Sent: Tuesday, July 14, 2020 1:25 AM To: Bennion, Brian Cc: Bennion, Brian via

[Rdkit-discuss] trying to figure out what an rdkit warning means

2020-06-10 Thread Bennion, Brian via Rdkit-discuss
Hello, Below I show a smiles string from MOE and the smiles string calculated from RDKit and the InChI string calculated by RDkit(2020_1). The error on conversion to inchi string is confusing me after entering both smiles strings into a viewer I don't see any undefined stereo center.

Re: [Rdkit-discuss] trying to figure out what an rdkit warning means

2020-06-11 Thread Bennion, Brian via Rdkit-discuss
-9-21(3)18-19-27-24-15-13-23(14-16-24)25(26)17-12-22-10-5-4-6-11-22/h4-6,8,10-18H,7,9,19H2,1-3H3/b17-12+,21-18+' Best, -greg On Thu, Jun 11, 2020 at 3:46 AM Bennion, Brian via Rdkit-discuss mailto:rdkit-discuss@lists.sourceforge.net>> wrote: Hello, Below I show a smiles string from MOE

Re: [Rdkit-discuss] trying to figure out what an rdkit warning means

2020-06-12 Thread Bennion, Brian via Rdkit-discuss
is doing, if its not just using rdkit as well. Brian From: Greg Landrum Sent: Friday, June 12, 2020 7:06 AM To: Bennion, Brian Cc: rdkit-discuss Subject: Re: [Rdkit-discuss] trying to figure out what an rdkit warning means On Thu, Jun 11, 2020 at 4:04 PM Bennion

Re: [Rdkit-discuss] deprotection of dimthyl acetal?

2022-03-03 Thread Bennion, Brian via Rdkit-discuss
. Brian From: Kangway Chuang Sent: Wednesday, March 2, 2022 7:31 PM To: Bennion, Brian Cc: rdkit-discuss@lists.sourceforge.net Subject: Re: [Rdkit-discuss] deprotection of dimthyl acetal? Hi Brian, The Deprotect function will apply any number of deprotections

[Rdkit-discuss] deprotection of dimthyl acetal?

2022-03-02 Thread Bennion, Brian via Rdkit-discuss
Hello All, I have poking about the docs and some emails trying to find a way to deprotect a group compounds. The docs describe the DeprotectData module but I am not making the connection to how that will operate on my molecules. my tentative smarts is here

Re: [Rdkit-discuss] Atom indexing with AssignBondOrdersFromTemplate

2022-07-17 Thread Bennion, Brian via Rdkit-discuss
I don’t know if this is the issue but Are the order of atoms the same between the pdb file and the smiles string? --- Sent from Workspace ONE Boxer On July 16, 2022 at 8:14:51 PM PDT, He, Amy wrote: Dear RDKit experts, I am new to RDKit and I have a