Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Molstar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Malý
Molstar
Commits
55220506
Commit
55220506
authored
7 years ago
by
David Sehnal
Browse files
Options
Downloads
Patches
Plain Diff
readme + examples folder
parent
b9404bbc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-0
10 additions, 0 deletions
README.md
src/examples/computation.ts
+1
-0
1 addition, 0 deletions
src/examples/computation.ts
with
11 additions
and
0 deletions
README.md
+
10
−
0
View file @
55220506
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
src/examples/computation.ts
0 → 100644
+
1
−
0
View file @
55220506
// TODO
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment