generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
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.
-
orthologs
(SampleData[BLAST6]
): BLAST6 reports to be partitioned.
-
num_partitions
(Int): Number of partitions to create.
-
partitioned_orthologs
(Collection[SampleData[BLAST6]]
): Partitioned BLAST6 reports.
qiime moshpit partition‐orthologs \
--i-mags orthologs.qza \
--p-num_partitions 2
--o-partitioned_orthologs partitioned_orthologs.qza \
--verbose