-
Notifications
You must be signed in to change notification settings - Fork 22
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
Added conformer generator example workflow #71
Conversation
Short workflow to generate conformers, give some analysis and superimpose results.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
This is a short script to generate conformers with some rudimentary analysis for a single molecule. | ||
There are also options to overlay the results to view in Hermes. | ||
|
||
### Example output showing what the user can expect to see: |
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.
[markdownlint] reported by reviewdog 🐶
MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
This is a short script to generate conformers with some rudimentary analysis for a single molecule. | ||
There are also options to overlay the results to view in Hermes. | ||
|
||
### Example output showing what the user can expect to see: |
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.
[markdownlint] reported by reviewdog 🐶
MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
|
||
Author: Chris Ringrose - 22/11/24 | ||
|
||
For feedback or to report any issues please contact [email protected] |
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.
[markdownlint] reported by reviewdog 🐶
MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
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.
Looks good
This is a short script to generate conformers with some rudimentary analysis for a single molecule. | ||
There are also options to overlay the results to view in Hermes. | ||
|
||
### Example output showing what the user can expect to see: |
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.
[markdownlint-fix] reported by reviewdog 🐶
### Example output showing what the user can expect to see: | |
### Example output showing what the user can expect to see |
Short workflow to generate conformers, give some analysis and superimpose results.