An open API service indexing awesome lists of open source software.

https://github.com/thibaultlatrille/redqueen

The Red-Queen model of recombination hot-spot evolution: a theoretical investigation.
https://github.com/thibaultlatrille/redqueen

mathematical-modelling scientific-publications simulation

Last synced: about 1 month ago
JSON representation

The Red-Queen model of recombination hot-spot evolution: a theoretical investigation.

Awesome Lists containing this project

README

          

**The Red-Queen model of recombination hot-spot evolution: a theoretical investigation,**\
_Thibault Latrille, Laurent Duret, Nicolas Lartillot_,\
Phil. Trans. R. Soc. B,\
http://doi.org/10.1098/rstb.2016.0463

#### Code to reproduce the figures showed in the manuscript
Requirements:
- Python 3.5
- numpy
- scipy
- matplotlib

```
$ python3 redQueen.py -n 100000
```

optional arguments:
- -c , --cpu

Number of CPU available for parallel computing
(default: 4)
- -t