Skip to content
Snippets Groups Projects
Commit 55220506 authored by David Sehnal's avatar David Sehnal
Browse files

readme + examples folder

parent b9404bbc
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,16 @@
- extending on the ideas of the CIFTools.js library
## Module Overview
- `mol-comp` Computation abstraction with progress tracking and cancellation support.
- `mol-data` Collections (integer based sets, inteface to columns/tables, etc.)
- `mol-math` Math related (loosely) algorithms and data structures.
- `mol-io` Parsing library. Each format is parsed into an interface that corresponds to the data stored by it.
- `mol-model` Data structures and algorithms (such as querying) for representing molecular data.
- `mol-ql` Mapping of `mol-model` to the MolQL query language spec.
- `mol-util` Useful things that do not fit elsewhere.
## Building & Running
### Build:
......
// TODO
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment