Nope, just the discussion that you see there.
Doing the work stalled on people (well, at least me) not having time to
actually do it. :-(

I still think it would be interesting, but it seems unlikely that it will
get done unless someone else can make the time.

-greg


On Mon, Aug 14, 2017 at 6:25 PM, Thomas Evangelidis <teva...@gmail.com>
wrote:

> Hello,
>
> I was just wondering, has there been any progress on the multi-conformer
> sdf file reader since last year?
>
> best
> Thomas
>
>
> On 27 October 2016 at 05:20, Greg Landrum <greg.land...@gmail.com> wrote:
>
>> Hi Thomas,
>>
>> You're right, reading multiple conformations out of an SDF does seem like
>> one of those common operations. Unfortunately the RDKit does not currently
>> support it in an easy way.
>>
>> A python implementation of this would be a good topic for Friday's UGM
>> hackathon, we can see if anyone finds it interesting enough to work on.
>>
>> -greg
>>
>>
>> On Tue, Oct 25, 2016 at 2:16 AM, Thomas Evangelidis <teva...@gmail.com>
>> wrote:
>>
>>> Hello everyone,
>>>
>>> I am a new user of RDkit and I was looking in the documentation for an
>>> easy way to load multiple conformers from a structure file like .sdf. The
>>> code must 1) distinguish between different protonation states of the same
>>> molecule,  2) create a new Mol() object for each protonation state and load
>>> into it the respective conformers.
>>>
>>> Apparently I can work out a solution for 1)
>>> using mol.GetProp('_Name'), mol.GetNumAtoms, mol.GetNumBonds and other
>>> properties, but I was wondering if there is any more straight forward way
>>> to do it.
>>> For 2) I guess I must iterate over all molecules in the input file,
>>> create new Mol() objects (one for each protonation state of each ligand)
>>> and add conformers to these new Mol() objects. Again this sounds easily
>>> programmable, but sounds like a very common operation, thus I was wondering
>>> if it has been implemented in a function.
>>>
>>> thanks in advance
>>> Thomas
>>>
>>>
>>> --
>>>
>>> ======================================================================
>>>
>>> Thomas Evangelidis
>>>
>>> Research Specialist
>>> CEITEC - Central European Institute of Technology
>>> Masaryk University
>>> Kamenice 5/A35/1S081,
>>> 62500 Brno, Czech Republic
>>>
>>> email: tev...@pharm.uoa.gr
>>>
>>>           teva...@gmail.com
>>>
>>>
>>> website: https://sites.google.com/site/thomasevangelidishomepage/
>>>
>>>
>>> ------------------------------------------------------------
>>> ------------------
>>> The Command Line: Reinvented for Modern Developers
>>> Did the resurgence of CLI tooling catch you by surprise?
>>> Reconnect with the command line and become more productive.
>>> Learn the new .NET and ASP.NET CLI. Get your free copy!
>>> http://sdm.link/telerik
>>> _______________________________________________
>>> Rdkit-discuss mailing list
>>> Rdkit-discuss@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>>>
>>>
>>
>
>
> --
>
> ======================================================================
>
> Dr Thomas Evangelidis
>
> Post-doctoral Researcher
> CEITEC - Central European Institute of Technology
> Masaryk University
> Kamenice 5/A35/2S049,
> 62500 Brno, Czech Republic
>
> email: tev...@pharm.uoa.gr
>
>           teva...@gmail.com
>
>
> website: https://sites.google.com/site/thomasevangelidishomepage/
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to