django-rdkit icon indicating copy to clipboard operation
django-rdkit copied to clipboard

Results 9 django-rdkit issues
Sort by recently updated
recently updated
newest added

Looks like there is a new-ish parameter for [enhanced stereo during substructure searching](https://www.rdkit.org/docs/Cartridge.html#parameters): `do_enhanced_stereo_sss`. Currently, if I try setting that, I get an exception: ``` self = name = 'do_enhanced_stereo_sss',...

Hi, would you be interested in packaging this for release on the Python Package Index? I would be willing to lend a hand in making this easy through use of...

Hello! How to use qmol field. And what is difference between mol field and qmol? Looking at the code one gets the impression that there is no difference

I recently needed to do substructure queries that take into account explicit hydrogens. I found out that the `mol_adjust_query_properties()` cartridge function does what I want. I gathered that there is...

Hello! Sorry for the possibly off topic question and my English) But maybe django-rdkit community help me with my trouble I am using django-rdkit for store mol objects. In my...

Any plans to publish this on PyPI?

Hello, thank you for this project that helped me a lot, I'm using Django 1.11, I recently tried to use a molecule MolField in a django model and I got...

I recently tried to add a fingerprint field to a model and then perform a migration. Following the [documentation](http://django-rdkit.readthedocs.org/en/latest/fields.html), which suggests > `class django_rdkit.models.BfpField(**options)` > A bit vector fingerprint. It...

Hi, I just noticed that the [tutorial on RTD](https://django-rdkit.readthedocs.io/en/latest/tutorial.html) misses the changes from #16.