-
Notifications
You must be signed in to change notification settings - Fork 7
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
Transform dic_lipids.py into json files #48
Comments
I reopen this issue because we're not done yet. I checked what's been done above. I think the most urgent thing is to implement Provide a list of supported lipids when using the |
It's done ;) Lines 132 to 134 in 6c79661
$ buildH -h
[...]
-e END, --end END The last frame (ps) to read from the trajectory.
-pi PICKLE, --pickle PICKLE
Output pickle filename. The structure pickled is a dictonnary containing for each Order
parameter, the value of each lipid and each frame as a matric
The list of supported lipids (-l option) are: CHARMM_POPC, Berger_POP, Berger_POPC, Berger_PLA. |
but the issue #44 is not done. |
Oops sorry 😁... Great, so I can incorporate that into the first notebook. I checked the corresponding checkboxes up there. |
We close this issue since it's redundant with #44 at this stage. |
After thorough discussion, it will be better to transform the
dic_lipids.py
into json files.This
dic_lipids.py
is used to reconstructed hydrogens from a united atom bilayer.This will allow the users to add their own .json files for their own trajectories.
A regular database of json will be created in the buildH source code into a directory called
lipids
to provide a set of supported lipids.We will add an option to the program for user to provided their own json.
Steps:
buildh/lipids
directory-h
of the program (by parsing the directory)The text was updated successfully, but these errors were encountered: