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

Implementing gemmi-based mmcif reader (with easy extension to PDB/PDBx and mmJSON) #4712

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    aa2a88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218cf43 View commit details
    Browse the repository at this point in the history
  3. Do some squashing

    marinegor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7f78e02 View commit details
    Browse the repository at this point in the history
  4. Remove inherited docs

    marinegor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6682d6e View commit details
    Browse the repository at this point in the history
  5. Try improving the parsing

    marinegor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    817f3a0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    3cc8c80 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    f1bf325 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Add gemmi dependency

    marinegor committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d21c220 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. necessary params

    marinegor committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2a1be15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77645e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91e6942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a0c086 View commit details
    Browse the repository at this point in the history
  5. remove TODOs

    marinegor committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9c731df View commit details
    Browse the repository at this point in the history
  6. Remove debug prints

    marinegor committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8b40ec7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    bdcbd73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401a4d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c336bd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    def88e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cabfd37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9d930 View commit details
    Browse the repository at this point in the history
  4. Fix imports

    marinegor committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    184491a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Start adding documentation

    marinegor committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3de8565 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ca6ebbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45077ad View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add mmcif tests

    marinegor committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9a1a59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c10d6 View commit details
    Browse the repository at this point in the history
  3. Write simple tests

    marinegor committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    950cfcf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8d1a8b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef29338 View commit details
    Browse the repository at this point in the history
  3. fix gemmi import errors

    marinegor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    caca17e View commit details
    Browse the repository at this point in the history
  4. add mmcif testfiles

    marinegor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f0e49cc View commit details
    Browse the repository at this point in the history
  5. add mmcif to __all__

    marinegor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b7ada7c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. add black instead of ruff

    marinegor committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e80632c View commit details
    Browse the repository at this point in the history