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

readme tweak

parent 916ef886
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ The core of Mol* currently consists of these modules: ...@@ -17,7 +17,7 @@ The core of Mol* currently consists of these modules:
- `mol-math` Math related (loosely) algorithms and data structures. - `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. Support for common coordinate, experimental/map, and annotation data formats. - `mol-io` Parsing library. Each format is parsed into an interface that corresponds to the data stored by it. Support for common coordinate, experimental/map, and annotation data formats.
- `mol-model` Data structures and algorithms (such as querying) for representing molecular data (including coordinate, experimental/map, and annotation data). - `mol-model` Data structures and algorithms (such as querying) for representing molecular data (including coordinate, experimental/map, and annotation data).
- `mol-model-parsers` Data format parsers for `mol-model`. - `mol-model-formats` Data format parsers for `mol-model`.
- `mol-model-props` Common "custom properties". - `mol-model-props` Common "custom properties".
- `mol-script` A scriting language for creating representations/scenes and querying (includes the [MolQL query language](https://molql.github.io)). - `mol-script` A scriting language for creating representations/scenes and querying (includes the [MolQL query language](https://molql.github.io)).
- `mol-geo` Creating (molecular) geometries. - `mol-geo` Creating (molecular) geometries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment