-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
15 lines (8 loc) · 857 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dadi is a powerful method for fitting demographic models to genetic data.
Binary installers are available for OS X and Windows. If you use a binary installer, we still suggest downloading the source, so as to get the documentation, examples and tests.
To install from soruce, simply run `python setup.py install`.
After that, run a (growing) series of tests on the installation. Change to the `tests` directory and run `python run_tests.py`
Usage examples are found under the `examples` directory.
Additional documenation is under the doc directory. To view the API documentation, open doc/api/index.html in a web browser.
To stay updated on dadi's development, go to dadi.googlecode.com and sign up for the (low-traffic) dadi-announce mailing list.
Please post questions to the dadi-users mailing list, so we can build up an archive of useful tips.