generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
collate‐feature‐data‐mags
Santiago Castro Dau edited this page Apr 22, 2024
·
4 revisions
Collate multiple FeatureData[MAG]
artifacts into one.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit collate‐feature‐data‐mags --help
in the terminal.
-
mags
(List[FeatureData[MAG]]
): MAGs to be partitioned. Must be a folder with nothing butFeatureData[MAG]
artifacts.
-
collated_mags
(FeatureData[MAG]
): Collated MAGs.
qiime moshpit partition‐feature‐data‐mags \
--i-mags mags \ # Folder with FeatureData[MAG] artifacts
--o-collated_mags collated_mags.qza \
--verbose