Skip to content

Add block name to deserialized blocks#767

Merged
padix-key merged 1 commit intobiotite-dev:mainfrom
padix-key:cif-fix
Mar 8, 2025
Merged

Add block name to deserialized blocks#767
padix-key merged 1 commit intobiotite-dev:mainfrom
padix-key:cif-fix

Conversation

@padix-key
Copy link
Copy Markdown
Member

@padix-key padix-key commented Mar 6, 2025

Fixes e.g. the following snippet:

import biotite.structure.io.pdbx as pdbx
import biotite.structure as struc
import biotite.database.rcsb as rcsb

pdbx_file = pdbx.CIFFile.read(rcsb.fetch("1aki", "cif", "."))
for block in pdbx_file.values():
    print(block)

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 6, 2025

CodSpeed Performance Report

Merging #767 will not alter performance

Comparing padix-key:cif-fix (0dd92e1) with main (877efed)

Summary

✅ 59 untouched benchmarks

@padix-key padix-key merged commit a750ac9 into biotite-dev:main Mar 8, 2025
28 checks passed
@padix-key padix-key deleted the cif-fix branch May 13, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant