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

Error model output #169

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

Commits on Sep 18, 2024

  1. initial commit for dada2 stats viz

    - generates new action to visualize dada2 stats in a distinct tab format
    - alters dada2 stats output to be a collection[DADA2Stat] obj
    -updates existing tests to accommodate this change in data type
    jordenrabasco committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ed6bf41 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. update existing tests

    -update existing tests to come into line with the new output collection[dada2stats]
    -adds tests for the output error stats table
    jordenrabasco committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1196869 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. tests_and_bug_fix

    -adds tests for the error model vizualization
    - fixes bug with vizualizing ccs stats
    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9aaa667 View commit details
    Browse the repository at this point in the history
  2. Update _denoise.py

    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    153ed85 View commit details
    Browse the repository at this point in the history
  3. yaml file update

    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4eaed14 View commit details
    Browse the repository at this point in the history
  4. yaml update 2

    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    34f2c28 View commit details
    Browse the repository at this point in the history
  5. yaml update 3

    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8b755c6 View commit details
    Browse the repository at this point in the history
  6. yaml update 4

    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a583e4c View commit details
    Browse the repository at this point in the history
  7. test update

    -removing blanks from test files to fix errors in qiime CI
    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    418d156 View commit details
    Browse the repository at this point in the history
  8. lint fix

    jordenrabasco committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    685d8cb View commit details
    Browse the repository at this point in the history