generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
collate‐annotations
Santiago Castro Dau edited this page Apr 22, 2024
·
3 revisions
Takes a collection of FeatureData[NOG]
s and collates them into a single artifact.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit collate‐annotations --help
in the terminal.
-
ortholog_annotations
(List[FeatureData[NOG]
): Collection of ortholog annotations. Must be a folder with nothing butFeatureData[NOG]
artifacts.
-
collated_annotations
(FeatureData[NOG]
): Collated ortholog annotations.
qiime moshpit collate‐annotations \
--i-mags annotations \ # folder with FeatureData[NOG] artifacts
--o-partitioned_mags collated_annotations.qza \
--verbose