Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
making Mr Linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Aug 29, 2020
1 parent 5b27b83 commit aa0223a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_gneiss/composition/_composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'tree': Phylogeny[Rooted]},
outputs=[('ordination', PCoAResults),
('clade_metadata', CladeMetadata),
('hierarchy', Hierarchy)],
('bifurcated_tree', Phylogeny[Rooted])],
parameters={'pseudocount': Float,
'top_k_var': Int,
'clades': List[Str]},
Expand All @@ -109,6 +109,6 @@
'ordination': ('The resulting ordination from the '
'ilr transform.'),
'clade_metadata': ('Metadata specifying clade membership.'),
'hierarchy': 'Hierarchy from bifurcated phylogeny'},
'bifurcated_tree': 'Bifurcating phylogeny'},
description="Compute an ILR ordination given a rooted phylogeny."
)
7 changes: 7 additions & 0 deletions q2_gneiss/composition/_format.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# ----------------------------------------------------------------------------
# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
import qiime2
import qiime2.plugin.model as model
from qiime2.plugin import ValidationError
Expand Down
7 changes: 7 additions & 0 deletions q2_gneiss/composition/_transformer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# ----------------------------------------------------------------------------
# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
from ._format import CladeMetadataFormat
from ..plugin_setup import plugin
import pandas as pd
Expand Down
7 changes: 7 additions & 0 deletions q2_gneiss/composition/_type.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# ----------------------------------------------------------------------------
# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
from qiime2.plugin import SemanticType
from ..plugin_setup import plugin
from q2_types.feature_data import FeatureData
Expand Down

0 comments on commit aa0223a

Please sign in to comment.