Part VI: Workflows
CLI Workflows automate common tasks in MiGA. Currently implemented workflows include:
Using multiple workflows
It is possible to concatenate workflows in the same project. First, run the first workflow as described in the documentation. For example:
Next, execute any additional steps without specifying the input files, and using the same output directory. For example:
In the examples above, input genomes will be processed to evaluate quality, next they'll be classified, and finally they'll be dereplicated.
Last updated