Skip to content
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

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

Irallia
Copy link
Collaborator

@Irallia Irallia commented Aug 3, 2021

Resolves first part of #144.
More test cases in mini example: Translocation and Duplications
plus the new IGV view:
single_end_IGV_View

@Irallia Irallia self-assigned this Aug 3, 2021
@Irallia Irallia linked an issue Aug 3, 2021 that may be closed by this pull request
@Irallia Irallia requested review from a team and eaasna and removed request for a team August 3, 2021 16:26
@codecov
Copy link

codecov bot commented Aug 3, 2021

Codecov Report

Merging #146 (9804321) into master (8b1569b) will not change coverage.
The diff coverage is n/a.

❗ Current head 9804321 differs from pull request most recent head 13f240a. Consider uploading reports for the commit 13f240a to get more accurate results
Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b1569b...13f240a. Read the comment docs.

Copy link
Contributor

@eaasna eaasna left a 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
Copy link
Contributor

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 😉

@Irallia Irallia requested a review from joergi-w August 4, 2021 08:21
Copy link
Member

@joergi-w joergi-w left a 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
Copy link
Member

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
Copy link
Member

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

@Irallia Irallia merged commit 863297c into seqan:master Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iGenVar - Call Duplications
3 participants