Hi,

I am trying to find all rings system within a molecule using findAllRings (from 
the ringserach module). This went well and I have a list of all rings found. My 
problem is when I want to get smiles from each ring within the list, I found no 
methods to do so (I am a beginer with CDK).

Do you have an idea of how to get smiles from the ring ?

here the procedure i am using:
1. RingSet = findAllRings(molecule)
2. sort(RingSet)
3. ringAtomContainers = getAllAtomContainers(RingSet)

ringAtomContainers is a list containing all the rings within the molecule. Can 
I do something like this:
for ring in ringAtomContainers : createSmiles(ring)

Thanks,

Aziz





      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to