diff --git a/IBD-Simulations/read_me.txt b/IBD-Simulations/read_me.txt index 7c1479950e735299336db52432625b03d2a253e9..1a91560822b7cad2bf89f60c13621708e8682de2 100644 --- a/IBD-Simulations/read_me.txt +++ b/IBD-Simulations/read_me.txt @@ -10,6 +10,9 @@ Parent_Draw: Class that draws the relative position of the parents. For a deme m blockpiece: Contains a class describing single blocks (BlPiece) and also one that can describe multiple blocks (Multi_Bl). This is used for model pieces on a single node of the Grid object +multi_runs: This file contains software to do multiple runs for various visualization purposes. For this it directly loads from the Grid software; and partly +from the mle_analysis object from the POPRES analysis (to have the same code analyzing simulated and empirical data). This has it's own menue, where one can create +data sets; which are often saved with pickle and then used for analysis. @@ -27,4 +30,6 @@ There one first has to choose the scenario to fit via "Choose MLE-model". Then a One can do bootstrap over different units; and summary statistics are printed out then. To visualize the bootstrap results; one can plot the Log-Likelihood surface. +############################################################################################################################## +In the