-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separating out objects from Engens for better resusabilty #1
Comments
Really nice, this will be a great enhancement. I can took a look at you commits and I can also start adding stuff and implementations. Here is the UML diagram I made: And a link for you to check it out and edit if you'd like: I will think about what are some of the steps I can take on and I will post in next comment |
Ok for now we are cleaning up the file handling. Two key things that are a part of the file handling:
Loading means taking the path and instantiating PyEmma trajectory (with pyemma.coordinates.source) or the PDB files (with mdtraj.load). Things to think about:
Aligning means aligning the structures within the trajectory or aligning the structures within the list of PDB files. These functions: Things to think about:
|
I think action items can be as follows:
always keep in mind the possible memory problems
|
My branch provides examples of how to expand out your existing Engens class into more independent objects for better reusability. Work is not complete, just something to work off of.
The text was updated successfully, but these errors were encountered: