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

Make Markdown output for reports #129

Merged
merged 6 commits into from
Nov 27, 2023
Merged

Make Markdown output for reports #129

merged 6 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    aa6b0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c1345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8874286 View commit details
    Browse the repository at this point in the history
  4. Count tips by subclade

    huddlej committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a256aa6 View commit details
    Browse the repository at this point in the history
  5. Use tabulate's float formatting for tables

    Instead of rounding decimal values prior creation of the Markdown table
    output, use tabulate's own `floatfmt` argument to control that display
    detail. Since we used to round current frequencies to 2 decimals and
    then filter haplotypes with frequency of zero, we now filter for
    haplotypes with a current frequency of at least 1% which produces the
    same effect but in a clearer way.
    huddlej committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8976491 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6dffa7 View commit details
    Browse the repository at this point in the history