dwinter / accuMUlate

code for calling mutatons from MA lines
MIT License
1 stars 6 forks source link

Check ploidy of anc/descentant matches available experimental design #15

Closed dwinter closed 7 years ago

dwinter commented 9 years ago

At the moment we rely on only the folowing designs being specified:

Diploid -> Diploid Diploid -> Haploid Haploid -> Haploid

We should check that these designs are specified when we parse the command line args and provide a useful message if not. Relates to #9 and #5

dwinter commented 9 years ago

(Alternative is set the default to Diploid -> Diploid)