Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

General syntax examples of the format can be found [here](https://mmcif.wwpdb.org/docs/tutorials/mechanics/pdbx-mmcif-syntax.html). [wwPDB](https://www.wwpdb.org/) provides the legacy PDB specification [here](https://www.wwpdb.org/documentation/file-format). A comparative source of implementation can be found on the OpenStructure documentation [here](https://openstructure.org/docs/dev/io/structure_formats/).

## Goals

Support is expected for `.pdb` and `.mmcif` files. Ideally, this compatibility would also stretch to `.mol2` and `.sdf` although these formats are not necessarily equivalent.

- PDB
- PDBx
- mmCIF
- PDB (legacy)
- Amber-style PDB
- mol2
- SDF
- CIF (legacy)

## Contributing

Project documentation is provided in English. Please contact the author(s) if you have any questions.