Skip to content

Commit

Permalink
added rnanorm to meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Feb 9, 2024
1 parent 3daa215 commit 011abf4
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 @@ -24,6 +24,7 @@ requirements:
- q2templates {{ qiime2_epoch }}.*
- q2cli {{ qiime2_epoch }}.*
- rgi
- rnanorm

test:
requires:
Expand Down
4 changes: 2 additions & 2 deletions q2_amr/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
},
parameters={
"method": Str % Choices(["tpm", "fpkm", "tmm", "uq", "cuf", "ctf", "cpm"]),
"m_trim": Float,
"a_trim": Float,
"m_trim": Float % Range(0, 1, inclusive_start=True),
"a_trim": Float % Range(0, 1, inclusive_start=True),
},
outputs=[("normalized_table", FeatureTable[Frequency])],
input_descriptions={
Expand Down

0 comments on commit 011abf4

Please sign in to comment.