We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f963b6 commit 6fb6bc4Copy full SHA for 6fb6bc4
bin/tab-qiime
@@ -51,4 +51,4 @@ complete -F _qiime_completion -o default -o bashdefault qiime
51
# Ignore stdout to avoid displaying help text to users enabling tab-completion.
52
# stderr displays the note about cache refreshing, as that can take a few
53
# moments to complete.
54
-qiime > /dev/null
+qiime &> /dev/null
conda-recipe/meta.yaml
@@ -16,7 +16,7 @@ requirements:
16
run:
17
- python {{ python }}
18
- setuptools
19
- - click >=8.1
+ - click {{ click }}
20
- qiime2 >={{ qiime2 }}
21
build:
22
0 commit comments