For our analysis, we used the program written by Kim Fisker , which improves on Jotun Hein's original version. Fisker's program reads in a file with various options, which we have set as follows:
substfile = parameters.recpars
datafile = dna.recpars
rekombcost = NNNN
initial_phyl = best 0 100
rounds = 10
substfile
is a file with substitution costs, which were chosen uniformly:
A C G T -
A 0 10 1010 10
C 10 0 1010 10
G 10 10 010 10
T 10 10 100 10
- 10 10 1010 0
datafile recombcost initial_phyl rounds
Back to the
main page