Skip to content

Commit

Permalink
output shall be wordcloud NOT biom
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Mar 8, 2024
1 parent 86ca6dc commit d88c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qp_dbbact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Wordcloud relative scaling': ['float', '0.5']
}

outputs = {'dbBact wordcloud': 'BIOM'}
outputs = {'dbBact wordcloud': 'WordCloud'}
dflt_param_set = {
'Defaults': {
'dbBact server URL': URL,
Expand Down

0 comments on commit d88c3b4

Please sign in to comment.