generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
collate‐sample‐data‐mags
Santiago Castro Dau edited this page Apr 22, 2024
·
2 revisions
Collate a collection of SampleData[MAGs]
artifacts into a single one.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit collate‐sample‐data‐mags --help
in the terminal.
-
mags
(List[SampleData[MAGs]]
): Collection of MAGs. They all must be contained in a folder with nothing butSampleData[MAGs]
artifacts.
-
partitioned_mags
(SampleData[MAGs]
): Collated MAGs.
qiime moshpit collate‐sample‐data‐mags \
--i-mags mags \ # Folder with SampleData[MAGs] artifacts inside
--o-collated_mags collated_mags.qza \
--verbose