-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# 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. | ||
3. **Map all OTUs**. Map sample reads against all OTUs in the ML model bundle reference. | ||
4. **Predict**. Use Iimi (pre-release) to predict viral presence based on mappings. |