New Feature
I think many people could take good advantage of an option that would generate the outputs at several time points during the simulation and not only at the end of the simulation.
Suggestion for the user Interface
Below, I am suggesting a potential user interface for its implementation
-TO [<t_1>, <t_2>, ..., <t_n>]
There will be a slight issue with the naming of the output files. Adapting the -TO
command to take more than one argument could allow for the following command:
./sfs_code 1 1 -TE 10 -TO 2 5 10 --outfile ./sim_2.sfs ./sim_5.sfs ./sim_10.sfs
This command would return 3 outputs files at times t=2
, t=5
and t=10
(as measured in PN
units) named ./sim_2.sfs
, ./sim_5.sfs
and ./sim_10.sfs
, respectively. The --popFreq
flag could eventually also be adapted alike the --outfile
flag. Note also that the last entry of -TO
(where t_n
is equal to the entry to the end of the simulation for the last population given in -TE <t> [pop]
) could eventually be considered optional.
Thank you!
Remi
Anonymous