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

Properly handling Ns in make_prg #60

Merged
merged 6 commits into from
Jul 17, 2023
Merged

Properly handling Ns in make_prg #60

merged 6 commits into from
Jul 17, 2023

Commits on Jul 11, 2023

  1. Instead of ignoring Ns in the MSA, we now replace N with the consensus

    of each column. If the whole column is N and/or gaps, we replace it by a random base, with the seed initialised with the alignment sequences, i.e. this replacement is reproducible if the same alignment is given.
    leoisl committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fbc325d View commit details
    Browse the repository at this point in the history
  2. Adding Amira test cases

    leoisl committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0b8380e View commit details
    Browse the repository at this point in the history
  3. just precommit

    leoisl committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dd75a6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae9628e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

    leoisl committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7454a89 View commit details
    Browse the repository at this point in the history