generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
partition‐feature‐data‐mags
Santiago Castro Dau edited this page Apr 22, 2024
·
2 revisions
Partition a FeatureData[MAG]
artifact into smaller FeatureData[MAG]
artifacts containing subsets of the MAGs.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit partition‐feature‐data‐mags --help
in the terminal.
-
mags
(FeatureData[MAG]
): MAGs to be partitioned.
-
num_partitions
(Int): Number of partitions to create.
-
partitioned_mags
(Collection[FeatureData[MAG]]
): Partitioned MAGs.
qiime moshpit partition‐feature‐data‐mags \
--i-mags mags.qza \
--p-num_partitions 2
--o-partitioned_mags partitioned_mags.qza \
--verbose