-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi Joshua,
I have my files formatted to run for allele age + selection estimation, but I'm thinking I must have gone wrong somewhere as the program keeps throwing an error "Times are not in decreasing order!"
The command I run is: /ohta2/julia.kreiner/software/selection/sr -G 1 -N 109868 -D test_derivedcounts.txt -P dom_popsizehistory_deorder.txt -o $path/output/${lname} -a, where I've kept years and pop size unscaled.
Here's the head of my popfile and count input file, and I've also attached a full version for inpsection/testing.
test_derivedcounts.txt
13 16 0 0
0 0 -89 -89
2 2 -90 -90
4 4 -91 -91
4 4 -97 -97
2 2 -98 -98
2 2 -99 -99
2 2 -100 -100
2 2 -410 -410
0 0 -418 -418
dom_popsizehistory_deorder.txt
109868.20575394991 0 0
35014.67057441156 0 -89
35014.67057441156 0 -90
35014.67057441156 0 -91
35150.23096022847 0 -97
35150.23096022847 0 -98
35150.23096022847 0 -99
35150.23096022847 0 -100
58640.33186376603 0 -410
58640.33186376603 0 -418
Thanks for your help!
Julia