Skip to content

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.

Inputs

  • mags (List[FeatureData[MAG]]): MAGs to be partitioned. Must be a folder with nothing but FeatureData[MAG] artifacts.

Outputs

Example Use

qiime moshpit partition‐feature‐data‐mags \
   --i-mags mags \ # Folder with FeatureData[MAG] artifacts
   --o-collated_mags collated_mags.qza \
   --verbose

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally