Skip to content

Commit

Permalink
lint and add rnanorm to metayaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jul 22, 2024
1 parent 9b4458e commit 103b77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ requirements:
- qiime2 {{ qiime2_epoch }}.*
- q2templates {{ qiime2_epoch }}.*
- q2-types {{ qiime2_epoch }}.*
- rnanorm

test:
requires:
Expand Down
4 changes: 2 additions & 2 deletions q2_feature_table/tests/test_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from q2_types.feature_data import SequenceCharacteristicsDirectoryFormat

from q2_feature_table import rarefy
from q2_feature_table._normalize import (_validate_parameters, \
_convert_lengths, normalize)
from q2_feature_table._normalize import (_validate_parameters,
_convert_lengths, normalize)


class RarefyTests(TestCase):
Expand Down

0 comments on commit 103b77c

Please sign in to comment.