Skip to content

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.

Inputs

  • orthologs (List[SampleData[BLAST6]): Orthologs to collate. Must be a folder containing nothing but SampleData[BLAST6] artifacts.

Outputs

Example Use

qiime moshpit collate‐orthologs \
   --i-orthologs orthologs \ # Folder with SampleData[BLAST6] artifacts.
   --o-collated_orthologs collated_orthologs.qza \
   --verbose

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally