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

Kvg update wdl 0.1.98 #47

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Kvg update wdl 0.1.98 #47

merged 3 commits into from
Dec 3, 2024

Conversation

kvg
Copy link
Collaborator

@kvg kvg commented Dec 3, 2024

No description provided.

kvg and others added 3 commits December 2, 2024 13:19
* Auto-detect where to search in a genome to rescue reads

* Accumulate the merged intervals continuously rather than overwriting the tree each time.
The final merging pass iterates over loci and tries to merge overlapping intervals within each contig. However, the code inserts current_interval directly into new_tree only if there are no overlaps. If there are overlaps, it calculates min_start and max_end to create a merged_interval. If two or more intervals overlap, the code will keep overwriting new_tree in each iteration, potentially losing previously calculated merged intervals from earlier iterations.

* added fetches option to rescue.rs, option search all, contig, contig-and-interval, unmapped

---------

Co-authored-by: Kiran Garimella <[email protected]>
Co-authored-by: bshifaw <[email protected]>
@kvg kvg merged commit f44723b into main Dec 3, 2024
1 check passed
@kvg kvg deleted the kvg_update_wdl_0.1.98 branch December 3, 2024 00:15
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.

2 participants