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

[cudamapper] Filtering for self mappings, identical overlaps, and highly-similar overlaps #563

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Sep 17, 2020

  1. [cudamapper] Implement full-length match filtering for self mappings.

    Adds a post-processing filter for full-length self mappings. This is
    needed as self mappings cause miniasm to produce empty assemblies.
    edawson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    73c9f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa4709 View commit details
    Browse the repository at this point in the history
  3. [cudamapper] Implement identity / percent reciprocity filtering of ov…

    …erlaps in
    
    postprocessing.
    
    Adds a CLI option and functions for filtering overlaps that either have
    identical query starts/ends or which have a percent reciprocal identity
    greater than a user-defined threshold.
    edawson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8a22d38 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    cf1698c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Configuration menu
    Copy the full SHA
    d77d052 View commit details
    Browse the repository at this point in the history