-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST+BUG Fix CIGAR size calculation for insertions
closes #109
- Loading branch information
Showing
5 changed files
with
16 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -203,6 +203,7 @@ matchSize' includeSoft cigar | |
'M' -> n | ||
'=' -> n | ||
'X' -> n | ||
'I' -> n | ||
'S' | ||
| includeSoft -> n | ||
_ -> 0 | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@HD VN:1.3 SO:queryname | ||
@SQ SN:JPJG01000058 LN:30739 | ||
@SQ SN:JPJG01000046 LN:31516 | ||
@SQ SN:JPJG01000064 LN:32447 | ||
@SQ SN:JPJG01000062 LN:34508 | ||
@SQ SN:JPJG01000019 LN:57080 | ||
CAU6DANXX170407:1:1305:7399:79647 321 JPJG01000058 21821 0 32S35M1I12M20S JPJG01000019 27967 0 CGCGCATGTCGCGCCAAAAAACGATTAAAATTTATTTCGCGTCTGCGGACGCGAAAGTCTGCGACGCTGGCGCCTGTTTTCTGCCCGCAAGGGCAGAAAA FFFFFF<FFBFFFBFFFFBFFFFFFFFFFFFFFFFFBFFFFF<FFFFFFFFFFFFFFFFFFFFFFFFFFFFBBFFFFFFBFFFFFFFFFFFFFFFBBBBB NM:i:1 MD:Z:47 MC:Z:101M AS:i:40 | ||
CAU6DANXX170407:1:1305:7399:79647 161 JPJG01000019 27967 60 101M JPJG01000062 32728 0 GGCATCGGCATCGCCGTGGAAAAGGGCTTCCAGGGCGGCGGTGACCGCTTCCGCGCGAGCGGTATCCCCTACAAGGCACTCGCCGTCATCGAAAAGGCGGA BBBBBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<FFFFFFFFFFFFBFFFFFFBBBFFFFFFFFFFFFFFFFFFBFFFFFFFFFFFFFFFFF< NM:i:1 MD:Z:77G23 MC:Z:15S53M32S AS:i:96 XS:i:35 |
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