lewisacidic / scikit-chem

A high level cheminformatics package for the Scientific Python stack, built on RDKit.
http://scikit-chem.readthedocs.io/en/latest/index.html
Other
63 stars 13 forks source link

Avoid use of 'structure' as a reserved name. #38

Open lewisacidic opened 8 years ago

lewisacidic commented 8 years ago

We removed structure as a required name for the transformers by requiring the series. It may be acceptable to bring this back, but the name must be configurable as a keyword argument.

This must also be done in IO, where there is currently no option to name the column the compounds go into.