-
Notifications
You must be signed in to change notification settings - Fork 5
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
Better default filtering options for ska distance #82
Conversation
Remove ambig sites by default Link to filtering tutorial Slightly expand description of ska distance in the docs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 93.18% 93.22% +0.04%
==========================================
Files 16 16
Lines 2260 2259 -1
==========================================
Hits 2106 2106
+ Misses 154 153 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I tried different parameter combinations. ska gives the expected answer with -m 0.9. Shouldn't the minimum frequency be 0.9 by default instead of 0 (as in ska align)? ska distance -v out_4.8.2.skf > default.txt -> 7-60 SNPs (with one distance = 1200 SNPs) ska distance -v out_4.8.2.skf -m 0.9 > m0.9.txt -> 0-24 SNPs ... that's the good one :) ska distance -v out_4.8.2.skf -m 0.9 --allow-ambiguous > m0.9_allamb.txt -> 15-39 SNPs |
Ok, that's great input, thanks! I will update that default for min freq then merge this |
While it gives the expected distances, I'm surprised that the command |
Ah yeah, I think I see the error. Want to try again with the most recent commit? |
It now makes more sense. :) ska distance -v out_4.8.2.skf -m 0.9 > m0.9.txt |
Ok great, this is looking good now |
Closes #81