Skip to content

partition‐orthologs

Santiago Castro Dau edited this page Apr 19, 2024 · 3 revisions

Partition a SampleData[BLAST6] artifact into smaller SampleData[BLAST6] artifacts containing subsets of the BLAST6 reports.

For the full description of the action's inputs, outputs, and parameters run qiime moshpit partition‐orthologs --help in the terminal.

Inputs

Parameters

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

Outputs

Example Use

qiime moshpit partition‐orthologs \
   --i-mags orthologs.qza \
   --p-num_partitions 2
   --o-partitioned_orthologs partitioned_orthologs.qza \
   --verbose

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally