Skip to content

kotmol/KotmolPdbParser

Repository files navigation

KotmolPdbParser

Experimental library for parsing PDB files.


status: in development. Not yet posted for sharing

License

Apache. See LICENSE.txt

Credits

The focus of the PDB work is on study of PDB files hosted by the RCSB. Testing of the work has been carried out on a subset of PDB files featured in the 20 years of the PDB101 monthly online publication also hosted by the RCSB.

  • Bond information

The bond table information derives from pdbe database information, for example from the query:

https://www.ebi.ac.uk/pdbe/api/pdb/compound/bonds/dg

For more information, see:

https://www.ebi.ac.uk/about/terms-of-use/

The bond table has been debugged using the PDB101 sample subset to include bonds not present in the EBI dataset.

Build technology credits

  • jakewharton/Picnic - for nice maven central publication structure

  • MarcinMoskala/KotlinDiscreteMathToolkit - for nice testing structure

Documentation technology credits

The documentation uses MkDocs framework and the material theme provided kindly by Martin Donath (github/squidfunk).

https://squidfunk.github.io/mkdocs-material/
https://www.mkdocs.org/

About

A parser for PDB files written in Kotlin (in development).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages