DeepRank / pdb2sql

Fast and versatile biomolecular structure PDB file parser using SQL queries
https://pdb2sql.readthedocs.io
Apache License 2.0
24 stars 12 forks source link

Issue41 : returns class instance #43

Closed NicoRenaud closed 4 years ago

NicoRenaud commented 4 years ago

pdb2sq.__call__(**kwargs) returns a class instance with the selection specified in the kwargs #41

NicoRenaud commented 4 years ago

I'm not sure if having that in the __call__ is the best option or if having an extra method e.g. pdb2sql.clone(**kwargs) would be better ...