-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from bacpop/i81_distances_ambig
Better default filtering options for ska distance
- Loading branch information
Showing
10 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ska" | ||
version = "0.3.10" | ||
version = "0.3.11" | ||
authors = [ | ||
"John Lees <[email protected]>", | ||
"Simon Harris <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -342,6 +342,8 @@ where | |
} else { | ||
removed += 1; | ||
} | ||
} else { | ||
removed += 1; | ||
} | ||
} | ||
self.variants = filtered_variants; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Sample1 Sample2 Distance Mismatches | ||
test_1 test_2 2.50 0.00000 | ||
test_1 test_2 2.00 0.00000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Sample1 Sample2 Distance Mismatches | ||
N_test_1 N_test_2 2.00 0.22222 | ||
N_test_1 N_test_2 2.00 0.51724 | ||
N_test_1 ambig_test_1 0.00 1.00000 | ||
N_test_1 ambig_test_2 0.00 1.00000 | ||
N_test_1 test_1 0.50 0.08333 | ||
N_test_1 test_2 1.00 0.05556 | ||
N_test_1 test_1 1.00 0.25455 | ||
N_test_1 test_2 1.00 0.42623 | ||
N_test_2 ambig_test_1 0.00 1.00000 | ||
N_test_2 ambig_test_2 0.00 1.00000 | ||
N_test_2 test_1 1.50 0.19444 | ||
N_test_2 test_2 1.00 0.16667 | ||
ambig_test_1 ambig_test_2 0.00 0.00000 | ||
N_test_2 test_1 2.00 0.56716 | ||
N_test_2 test_2 1.00 0.28571 | ||
ambig_test_1 ambig_test_2 1.00 0.44444 | ||
ambig_test_1 test_1 0.00 1.00000 | ||
ambig_test_1 test_2 0.00 1.00000 | ||
ambig_test_2 test_1 0.00 1.00000 | ||
ambig_test_2 test_2 0.00 1.00000 | ||
test_1 test_2 1.50 0.02778 | ||
test_1 test_2 3.00 0.44118 |