Skip to content
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

Add support for reading and rendering DNA / RNA backbones #1831

Merged
merged 2 commits into from
Nov 30, 2024

Commits on Nov 30, 2024

  1. Use PDB to import sequences

    At the moment, Open Babel doesn't properly mark atoms / residues
    But when that's fixed, this will automatically grab atom names
    and residue / backbone information
    
    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    1096cab View commit details
    Browse the repository at this point in the history
  2. Add support for reading DNA / RNA backbones

    Some render types need tweaking (e.g., cartoon) but it works
    
    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    2ace4ec View commit details
    Browse the repository at this point in the history