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

Feature/compute vectorised score for global alignment #1379

Merged

Commits on Dec 15, 2019

  1. [FEATURE] Use common traits class to expose static information contai…

    …ned in alignment configuration.
    rrahn committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    d238489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15e784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77906b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    321567d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c39d2f View commit details
    Browse the repository at this point in the history
  6. [TEST] Disable test for vectorised alignment.

    Not all tests can work at the moment with the vectorised alignment code and must be disabled for now. For some test cases these can be reenabled when the vectorisation is implemented.
    rrahn committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    fc3f4db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ad4034 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ff4827 View commit details
    Browse the repository at this point in the history
  9. [TEST] Adds first simple test case for vectorised alignment algorithm.

    * Tests dna sequences of same length.
    * Only score and back coordinate can be computed.
    rrahn committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    940d824 View commit details
    Browse the repository at this point in the history