https://github.com/tiagoantao/metis-sim
A population genetics simulator
https://github.com/tiagoantao/metis-sim
javascript population-genetics science scientific-computing simulation
Last synced: 6 months ago
JSON representation
A population genetics simulator
- Host: GitHub
- URL: https://github.com/tiagoantao/metis-sim
- Owner: tiagoantao
- License: agpl-3.0
- Created: 2016-12-18T23:31:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T00:51:25.000Z (over 7 years ago)
- Last Synced: 2025-02-11T11:42:30.561Z (8 months ago)
- Topics: javascript, population-genetics, science, scientific-computing, simulation
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Population Genetics simulator in JavaScript
[](https://travis-ci.org/tiagoantao/metis-sim) [](https://coveralls.io/github/tiagoantao/metis-sim?branch=master) [](https://codeclimate.com/github/tiagoantao/metis-sim) [](https://www.bithound.io/github/tiagoantao/metis-sim) [](http://inch-ci.org/github/tiagoantao/metis-sim)
[](https://david-dm.org/tiagoantao/metis-sim) [](https://david-dm.org/tiagoantao/metis-sim?type=dev)
## Development roadmap
### A word about modules
The original version of this code had ES6 modules (using rollup and
babel to help). This has proven, at this stage, to be quite difficult
to manage. As such all code was lumped into a single file for now and
module code (non-ES6) is being reduced to the bare minimum. As soon as
ES6 module support for browsers and Node.JS is stable everything will
go back to ES6 modules. For now, its a mess.### Version 1
Version 1 will support the teaching tool
[metis-sim-web](https://github.com/tiagoantao/metis-web). It will also
be runnable on Node.JS as a stand-alone simulator### Version 2
ES6 modules
### Version 3
The Node.JS version will be optimized for speed (GPU and C code for CPUs)