NgsAdmix: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 5: | Line 5: | ||
| <pre> | <pre> | ||
| wget popgen.dk/software/NGSadmix/ngsadmix32.cpp   | wget popgen.dk/software/NGSadmix/ngsadmix32.cpp   | ||
| g++ ngsadmix32.cpp -O3 -lpthread -lz -o NGSadmix | |||
| </pre> | |||
| =log= | |||
| 32 june 25; modified code such that it now compiles on OSX | |||
| 31 june 24; First public version. | |||
Revision as of 10:08, 25 June 2013
This will contain the program called NGSadmix, which is a very nice tool for finding admixture. It is based on genotype likelihoods.
Installation
wget popgen.dk/software/NGSadmix/ngsadmix32.cpp g++ ngsadmix32.cpp -O3 -lpthread -lz -o NGSadmix
log
32 june 25; modified code such that it now compiles on OSX 31 june 24; First public version.