-
Notifications
You must be signed in to change notification settings - Fork 51
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
Have CLI place generated YAML file into the perses calculation directory #998
Comments
To be completely clear, I'm recommending that instead of this:
we want something like this:
|
We could store the metadata currently stored in the filename (such as timestamp the file was generated) inside the YAML file it generates. |
It would also be useful to store the molecule titles (molecule names) from the SDF file corresponding to the initial and final ligands, since we need to use these in constructing the overall transformation network for analysis and plotting. |
We have moved the parsed yaml into the calculation directory but I'm going to keep this issue to track:
I think that it makes to add basically two sections to the yaml, one section that has all the parsed options/defaults, and another section that has metadata, like the GPU used, the time created, hostname the system was ran on, ligand name (not just index) stuff like that. |
|
Oh my bad, the tab didn't update itself and I missed @mikemhenry comment. Sorry! Will reopen. |
No worries, when I saw it was closed I thought "wow I can't believe Iván got those two things done already" |
Currently, the CLI generates a YAML file with the updated overridden fields, but it places it into a file like
rather than actually putting it in the perses calculation output directory where it would be useful.
We should fix this so that we can pull useful information from it, like what calculation was actually performed to generate all the files in this directory.
The text was updated successfully, but these errors were encountered: