Skip to content

Commit

Permalink
fix: Update to new version of gemmi (#10)
Browse files Browse the repository at this point in the history
* fix: Update to new version of gemmi

* Update pyproject.toml

---------

Co-authored-by: alisterburt <[email protected]>
  • Loading branch information
jdickerson95 and alisterburt authored Dec 12, 2024
1 parent c7eab5f commit ef1dc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]
# add your package dependencies here
dependencies = [
"gemmi",
"gemmi>=0.7.0",
"pandas",
]

Expand Down
2 changes: 1 addition & 1 deletion src/mmdf/_gemmi_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def structure_to_df(structure: gemmi.Structure) -> pd.DataFrame:
for model in structure:
data = [
(
model.name,
model.num,
cra.chain.name,
cra.residue.name,
cra.residue.seqid.num,
Expand Down

0 comments on commit ef1dc34

Please sign in to comment.