generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
collate‐orthologs
Santiago Castro Dau edited this page Apr 22, 2024
·
5 revisions
Takes a collection of SampleData[BLAST6]
s and collates them into a single artifact.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit collate‐orthologs --help
in the terminal.
-
orthologs
(List[SampleData[BLAST6]
): Orthologs to collate. Must be a folder containing nothing butSampleData[BLAST6]
artifacts.
-
collated_orthologs
(SampleData[BLAST6]
): Collated orthologs.
qiime moshpit collate‐orthologs \
--i-orthologs orthologs \ # Folder with SampleData[BLAST6] artifacts.
--o-collated_orthologs collated_orthologs.qza \
--verbose