Closed jchodera closed 8 years ago
@jchodera you can: https://github.com/markovmodel/PyEMMA/blob/8c695c5dcf78eba7176fea21a770b0925e7c66c5/pyemma/coordinates/data/featurization/featurizer.py#L55
it's just not actually documented...
I think that's already possible, see
but should be documented.
Am 12/05/16 um 18:06 schrieb John Chodera:
Would it be possible for |pyemma.coordinates.featurizer()| to accept a |Topology| object as a substitute for a PDB file? The current API suggests only a filename is permitted right now:
https://github.com/markovmodel/PyEMMA/blob/devel/pyemma/coordinates/api.py#L67
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/markovmodel/PyEMMA/issues/799
Prof. Dr. Frank Noe Head of Computational Molecular Biology group Freie Universitaet Berlin
Phone: (+49) (0)30 838 75354 Web: research.franknoe.de
Thanks! Looks like you just need to update the docstring then.
Closed via #800
Would it be possible for
pyemma.coordinates.featurizer()
to accept aTopology
object as a substitute for a PDB file? The current API suggests only a filename is permitted right now:https://github.com/markovmodel/PyEMMA/blob/devel/pyemma/coordinates/api.py#L67