You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add support for pre-computed alignments i.e. from BLAST, LASTZ, Minimap2, or Nucmer. Also mentioned in #5, addresses #12.
Logic for processing alignments is in flexidot.utils.matching func find_match_pos_diag() in PR #17
Options:
Take alignments in a simplified standard format rather than have Flexidot process multiple input formats. Allow users to handle filtering and formatting of alignments.
Add module to run alignment tool of choice on all pairwise combinations and generate standard alignment inputs.
The text was updated successfully, but these errors were encountered:
I'd like to add support for pre-computed alignments i.e. from BLAST, LASTZ, Minimap2, or Nucmer. Also mentioned in #5, addresses #12.
Logic for processing alignments is in
flexidot.utils.matching
funcfind_match_pos_diag()
in PR #17Options:
Take alignments in a simplified standard format rather than have Flexidot process multiple input formats. Allow users to handle filtering and formatting of alignments.
Add module to run alignment tool of choice on all pairwise combinations and generate standard alignment inputs.
The text was updated successfully, but these errors were encountered: