thierrygosselin / scat

SCAT software for "Smoothed and Continuous Assignment Tests"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository for the SCAT code from Wasser et al

If you download this code, please take a moment to "star" the repo (click star). This will let me know that someone is interested in using the code, which will allow me to prioritize development. If no-one stars it I'll assume no-one finds it useful :).

  • C++ software by M Stephens.

  • Current version is version 2.1 (SCAT2)

  • C++ code is in src/

##Compile

cd src/
make

##Run on example data

 cd src/
 ./SCAT2 ../docs/test.genotype.txt ../docs/test.location.txt . 2

About

SCAT software for "Smoothed and Continuous Assignment Tests"


Languages

Language:C++ 95.1%Language:C 4.5%Language:Makefile 0.3%