dwinter / accuMUlate

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

Clean up argument parsing/ setting up analysis in "main" loop #9

Closed dwinter closed 7 years ago

dwinter commented 9 years ago

As we add more user-specified values, the arugument parsing and "setting up" of values required for to run the analaysis get's more and more cumbersome. It would be a good idea to break some of these down into desperate (testable) functions so the logic of the whole thing can be made clearer.