Mercurial > repos > bgruening > ctb_rdkit_describtors
diff rdkit_descriptors.py @ 1:2f212f34b80c draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdkit commit 9a3dc91fa984be18fabc0d968360634d787c9589
author | bgruening |
---|---|
date | Wed, 24 May 2017 09:51:36 -0400 |
parents | d7ea4e8cb1f3 |
children |
line wrap: on
line diff
--- a/rdkit_descriptors.py Sat May 20 12:41:19 2017 -0400 +++ b/rdkit_descriptors.py Wed May 24 09:51:36 2017 -0400 @@ -24,7 +24,6 @@ mol.SetProp( '_Name', line.split('\t')[0] ) yield mol - def get_rdkit_descriptor_functions(): """ Returns all descriptor functions under the Chem.Descriptors Module as tuple of (name, function)