dipetkov / eems

Estimating Effective Migration Surfaces
GNU General Public License v2.0
102 stars 28 forks source link

Error with the demes number #77

Open MatMaxM opened 2 months ago

MatMaxM commented 2 months ago

I'm able to run the program using the barrier-schemeY-nIndiv300-nSites3000 example, however when I try to use my dataset I get the following error.

Error: Check that nDemes > 1 (or type ./runeems_snps --help)

My params file is:

datapath = Sgra_Data_D500/Sgra32 mcmcpath = MCMC_D500 nIndiv = 32 nSites = 406 nDemes = 500 diploid = true numMCMCIter = 1000000 numBurnIter = 200000 numThinIter = 1000

Any suggestions?

Thanks, Matías