Skip to content

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.

Inputs

Parameters

  • num_partitions (Int): Number of partitions to create.

Outputs

Example Use

qiime moshpit partition‐feature‐data‐mags \
   --i-mags mags.qza \
   --p-num_partitions 2
   --o-partitioned_mags partitioned_mags.qza \
   --verbose

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally