RacimoLab / simGL

Simulate genotype likelihoods from tree sequence data
ISC License
5 stars 1 forks source link

code assumes diploids #12

Closed grahamgower closed 2 years ago

grahamgower commented 2 years ago

We should support at least the haploid case, but k-ploid should be possible too. In any event, the error(s) raised should be clear about the problem, rather than the current sys.exit("Incorrect data format").

MoiColl commented 2 years ago

Since merged pull request 856f129eb5d6ba25b9d6f8568548e2f09c41b46b simGL supports any ploidy specified by the user.