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 37b9559 commit 550c9acCopy full SHA for 550c9ac
qiita_pet/handlers/qiita_redbiom.py
@@ -56,7 +56,7 @@ def _redbiom_metadata_search(self, query, contexts):
56
'The query ("%s") did not work and may be malformed. Please '
57
'check the search help for more information on the queries.'
58
% query)
59
- if not message:
+ if not message and redbiom_samples:
60
study_artifacts = defaultdict(lambda: defaultdict(list))
61
for ctx in contexts:
62
# redbiom.fetch.data_from_samples returns a biom, which we
0 commit comments