1.1.0- genealogies from the recursion
Software tool for Research in Computational Population Genetics
Brought to you by:
freecode4susant
We want to print the number of genealogies and the genealogies themselves from a probability recursion for a given model and a statistic.
We need to define the test cases for these features. We have a test case for the count of genealogies.
Test case: For An : 1^3_2^1 and Model KC64 : count = 4
This will require that we make some changes to Recursion interface. Add method countGenealogies() and a test in the corresponding test class. We will generate a dev-task for this.
counting the number of genealogies. Not correct yet.