Closed petercombs closed 8 years ago
Scripts (and modifications to CountSNPASE) that allow for relatively easy testing of consistent output.
Just type make test and if it runs cleanly, then the code does exactly the same thing as the old code.
make test
I just added a pytest addition to this, could you look at it and it you like it merge that first, and then I can manually merge this branch on the command line, since there are a couple of conflicts with master.
Scripts (and modifications to CountSNPASE) that allow for relatively easy testing of consistent output.
Just type
make test
and if it runs cleanly, then the code does exactly the same thing as the old code.