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

REF: updates to be compatible with q2-stats #104

Merged
merged 3 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions q2_fmt/_peds.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

from qiime2 import Metadata
from q2_fmt._engraftment import _get_to_baseline_ref
from q2_fmt._util import json_replace
from q2_stats._visualizer import _make_stats
from q2_stats.util import json_replace
from q2_stats.plots.raincloud import _make_stats


def peds(ctx, table, metadata, peds_metric, time_column, reference_column,
Expand Down
26 changes: 0 additions & 26 deletions q2_fmt/_util.py

This file was deleted.

5 changes: 3 additions & 2 deletions q2_fmt/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
import q2_fmt
from q2_types.feature_table import (
FeatureTable, Frequency, RelativeFrequency, PresenceAbsence)
from q2_stats._type import (Dist1D, Matched, Independent, Ordered,
Unordered, StatsTable, Pairwise, NestedOrdered)
from q2_stats.types import (Dist1D, Matched, Independent, Ordered,
Unordered, StatsTable, Pairwise,
NestedOrdered)
import q2_fmt._examples as ex

citations = Citations.load('citations.bib', package='q2_fmt')
Expand Down
Loading