Skip to content

Commit

Permalink
FIX: do not return Collections from classify-kraken (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 authored Sep 18, 2024
1 parent 2562a9a commit 7154897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions q2_moshpit/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,8 @@
},
parameters={},
outputs={
"collated_kraken2_outputs": List[
"collated_kraken2_outputs":
SampleData[Kraken2Outputs % P_kraken_out]
]
},
name="Collate kraken2 outputs",
description="Collates kraken2 outputs"
Expand Down

0 comments on commit 7154897

Please sign in to comment.