tiagoantao / metis-sim

A population genetics simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Population Genetics simulator in JavaScript

Build Status Coverage Status Code Climate bitHound Overall Score Inline docs

dependencies Status devDependencies Status

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. 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)

About

A population genetics simulator

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%