Skip to content

A workflow for detecting known viruses using ML in Virtool

Notifications You must be signed in to change notification settings

virtool/workflow-iimi

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2024
Jan 18, 2024
Jun 12, 2024
Jan 18, 2024
Nov 14, 2024
Mar 17, 2025
Jan 23, 2024
Jan 23, 2024
Nov 14, 2024
Nov 14, 2024
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025

Repository files navigation

workflow-iimi

This workflow is experimental.

An analysis workflow for detecting known OTUs (viruses) using read mapping and ML.

Steps

  1. Build all-OTU index. Build a Bowtie2 mapping index that includes all sequences in the ML model bundle.
  2. Map all OTUs. Map sample reads against all OTUs in the ML model bundle reference.
  3. Predict. Use Iimi (pre-release) to predict viral presence based on mappings.