GitXplorerGitXplorer
d

pdbtbx

public
57 stars
19 forks
18 issues

Commits

List of commits on branch master.
Verified
2580827b082be20fd63684dd836073db5ccf8dc0

Update README.md

OOWissett committed 2 months ago
Verified
9691575ab5312757fcb23dc5b0c0633661850652

Version bump

ddouweschulte committed 3 months ago
Verified
1298c60e8573efbc3f7c77a9a2d6f0656fa8c638

Merge pull request #126 from y1zhou/feat/read-options

ddouweschulte committed 7 months ago
Verified
a21b17c8f2d899f04ffd703f7c031fa71721fbe2

Small fix in mmCIF files parsing

ddouweschulte committed 7 months ago
Verified
c32690517a244e75b33bf61fc213830fd11b18d8

Update README.md

OOWissett committed 8 months ago
Verified
e82ec7f6806ab530c000e77163be8813452188c1

fix(read-opts): add back level parameter to read functions

yy1zhou committed 8 months ago

README

The README file for this repository.

DOI Compile & Test pdbtbx documentation Crates.io rustc 1.64+

Description

This is a Rust library helping to parse, edit and save crystallographic PDB/mmCIF files. It can read most atomic data from PDB/mmCIF files. Its high level goal is to create a stable, efficient and easy to use interface to PDB/mmCIF files written in pure Rust. For detailed documentation check out the official API docs.

Contributing

As this is a library in active development, feel free to share your thoughts, ideas, hopes, and criticisms. Every comment will be read and discussed so that this library is as useful as possible for all users. Of course we all like a civilised discussion so please follow the community guidelines, but over all please be a civilised human being.

License

MIT

Why

It started as a way to use Rust in a scientific project. But it moved to an open source project because I think that using Rust in scientific computing is be really helpful and a great addition alongside the ubiquitous Python. So by creating it I hope to extend the usability of Rust a little bit more. Since Nature published an article (technology feature) which laid out the benefits of using Rust and showed that Rust is used more and more, I am planning on working more with Rust in scientific projects. And I think that the best way to help Rust move forward (in the scientific community) is by creating more support for scientific projects in Rust.

Supported features

As the main goal of this library is to allow access to the atomical data many metadata features of both PDB and mmCIF are unsupported. For both file formats the recent versions (PDB v3.30 and mmcif v5.338) are used, but as both are quite stable file formats the exact version should not matter to end users.

PDB Feature PDB mmCIF Corresponding in mmCIF
HEADER (ID) ✔️ ✔️ entry.id
REMARK ✔️ _pdbx_database_remark.id
ATOM ✔️ ✔️ atom_site
ANISOU ✔️ ✔️ atom_site
SCALE ✔️ ✔️ _atom_sites.Cartn_transf
ORIGX ✔️ ✔️ _database_PDB_matrix.origx
MATRIX ✔️ ✔️ struct_ncs_oper
CRYSTAL ✔️ ✔️ cell + symmetry
MODEL ✔️ ✔️ atom_site
MASTER 〰️ _pdbx_database_PDB_master
SEQRES 〰️ ?
DBREF ✔️ pdbx_dbref
DBREF1/2 ✔️ pdbx_dbref
MODRES ✔️ ?
SEQADV ✔️ ?
Section Keywords Support
Heterogen HET, HETNAM, HETSYN, FORMUL 🔍
Secondary structure HELIX, SHEET 🔍
Connectivity SSBOND, LINK, CISPEP, CONNECT 🔍
Title OBSLTE, TITLE, SPLIT, CAVEAT, COMPND, SOURCE, KEYWDS, EXPDTA, NUMMDL, MDLTYP, AUTHOR, REVDAT, SPRSDE, JRNL, HEADER (other columns)
Misc. SITE
Symbol Description
✔️ Supported
〰️ Partially supported
Support planned (v1.0)
🔍 Support envisioned (>v1.0)
Support not envisioned

The features where support is planned are planned to be included in the 1.0 release. The features where support is envisioned are candidates to be included, but not necessarily in the 1.0 release. The features where support is not planned are thought to be unnecessary for atomic data computations on theses files. If any of these are really needed for your use case, please raise an issue and we can discuss its inclusion. Also if you need a feature that is 'planned' or 'envisioned', feel free to raise an issue to guide development to spots where it can make a real life impact.

Additional crate features

  • The crate leverages the power of the crate Rayon to provide multithreaded iterators over PDB structures.
  • The crate leverages the power of the crate rstar to provide very efficient spatial lookup.
  • The crate has a performant way of selecting atom(s), see Search.
  • The crate has many nice helper methods for common PDB operations (renumbering, sorting, atomic properties lookup).
  • The crate has many ways of iterating over the PDB structure to allow for convenient access and control over the performance.

Latest update

v0.12.0

  • Added unified file read logic, see ReadOptions (Thanks to y1zhou and OWisset)
    • This deprecates the original read functions open_gz (still around for ease of updating) and open_raw (fully removed in this update)
  • Added unique_conformer_names for a PDB (Thanks to rvhonorato)
  • Added chains_in_contact for a PDB (Thanks to rvhonorato)

Also see changelog.

Support and development

When I am actively using this crate in my own projects this crate is actively worked on and extended. I am more than happy to receive and work on PRs and Issues even if the project seems a bit stale. But if anyone finds this project stale and wants to take over moderation and/or main development feel free to reach out and we can discuss. I would be happy to transfer the project and access to crates.io if that means the project will live on.

Join the Discussion

If you are interested in helping develop this crate and want to share ideas and plans, feel free to join our discord server.

https://discord.gg/wbjRznTVZ7