-
Notifications
You must be signed in to change notification settings - Fork 8
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
[TEST] Add more test cases to mini example: #146
Conversation
Codecov Report
@@ Coverage Diff @@
## master #146 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 18 18
Lines 703 703
=======================================
Hits 666 666
Misses 37 37 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. It's a nice idea to have the explanation.fasta file
As I understand the output_err.txt is what's printed to standard output and output_res.txt is the output file?
ATATTTCTGCGGGGCT TCGGCTAACGGTT AGAG CGCCCCTCCGCGATTA C <- Translocation ref: (266, 267, 232, 233, 236, 237, 249) | ||
oder ref: [267, 286] deleted | ||
ATATTTCTGCGGGGCT TCGGCTAACGGTT AGAG CGCCCCTCCGCGATTA C <- Double Translocation ref: (266, 267, 232, 233, 236, 237, 249) | ||
oder ref: [267, 286] deleted | ||
ACCCATGCGGATTATAAACGGG ATATTAAGGGCTTT <- Duplication in der Referenz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's some Denglish in case you want to avoid that 😉
c675547
to
9804321
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I marked two places where there could be a possible mistake with the boundaries. Please double-check :)
ATCGGGGGGCCCCCATTTTAAACGG CCCCGGGGCCAATTT GGATCTTGACTCTGGAAAACTTTTA <- Insertion ref: after 125 something inserted | ||
ACGCCGGGAATCGGTAGTCCTTTCGCGGGG ATATATTT ATATATTT TACGGGATATAA <- Duplication ref: (180 or 189) something inserted | ||
CGCCCATGCAACTAGCGATGCTAGCTAGCTAGCTTACGACTGGCCATGCG breakpoints: | ||
GCGGCAT ATACATAAGGGGCTCATCGATCGATTTCGG <- Deletion ref: (57, 70] deleted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attention: equivalent to the previous would be (56
here, so I guess it was mistaken before?
CGCCCATGCAACTAGCGATGCTAGCTAGCTAGCTTACGACTGGCCATGCG breakpoints: | ||
GCGGCAT ATACATAAGGGGCTCATCGATCGATTTCGG <- Deletion ref: (57, 70] deleted | ||
ATCGGGGGGCCCCCATTTTAAACGG CCCCGGGGCCAATTT GGATCTTGACTCTGGAAAACTTTTA <- Insertion ref: after 125 | ||
ACGCCGGGAATCGGTAGTCCTTTCGCGGGG ATATATTT ATATATTT TACGGGATATAA <- Tandem Duplication ref: [180, 188] duplicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same here, now 180 is included, before it wasn't
9804321
to
cd09a4d
Compare
…tion Signed-off-by: Lydia Buntrock <[email protected]>
cd09a4d
to
13f240a
Compare
Resolves first part of #144.
More test cases in mini example: Translocation and Duplications
plus the new IGV view: