-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collapsing linear paths, new test #16
Conversation
Try with/without the |
Updated the scripts for simulating SNPs and indels to report small snippets of the mutated sequences, and updated the tests to test directly for these mutated snippets instead of for entire linear paths (which may change depending on sequencing errors, FP rate, etc.). |
Last week in this PR I started exploring different parameters a bit (k size, sequencing error rate, etc.) and integrating this into the automated test suite. However, this has crossed the line from testing to evaluation and analysis. These parameters are important to explore, but should not hold up work on implementing and evaluating the core algorithm. I'm going to go ahead and merge this PR to that the deletion test and the linear path collapsing can be in master. I've opened up #21 as a placeholder for continued discussion. |
This PR introduces: