-
Notifications
You must be signed in to change notification settings - Fork 47
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
move header writing in gmx files to a system level meta attribute #658
Conversation
…dary structure annotation during martinize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work.
I do think there's some snakes in the grass where the headers of separate molecules start to affect each other though. https://github.com/marrink-lab/vermouth-martinize/pull/658/files#diff-4071134fd6f80afcd683f455e2558cc2fbd683b801fe6bc78ebc28fb86cdf655R225 modifies the header for the entire system, rather than just the one molecule.
Not sure that's a real issue.
- needed to move the command comment to just after the system is made, otherwise the output files have things written the wrong way around
Moved things around. Moving the secondary structure part to dssp made a slight mess because it then wrote that ahead of the command used, which IMO is important to keep as the first line in the itp file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks, working on fixing the test and there's something very weird happening with the line length stuff... will be done eod... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
instead of collecting the header for gmx files as a list, move it to a system.meta["header"] list that can be more dynamically added to