-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contig stitcher: ensure match_fraction value for every contig
It is required by remap, so we have to provide something to it. However, it is not clear how to recalculate the value for subparts of initial contigs since it is initially set by BLAST. The easiest would be to rerun BLAST on final contigs, but that also seems wasteful. Current solution simply copies the match_fraction from parent of a subpart, or takes min of two "parents" for contigs that are munged together.
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 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