You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,10 @@ cargo build --release
30
30
```
31
31
### (Optional) Prune the Himito graph using paired srWGS data
32
32
The graph served as the foundation for downstream assembly, variant calling and methylation analysis.
33
-
If you have paired short reads data, you can optional refine the graph by using ```Himito correct```.
34
-
(Optional) trim graph paths using short reads, short reads aligned to chrM should be firstly compressed into a [msBWT](https://github.com/HudsonAlpha/rust-msbwt).
33
+
34
+
If you have paired short reads data, you can refine the graph by using ```Himito correct```.
35
+
36
+
```Himito correct``` trims graph paths according to the occurrence counts of path kmers in the paired srWGS data. We recommend to first subset the srWGS BAM file to reads aligned to chrM, then compressed these reads into a [msBWT](https://github.com/HudsonAlpha/rust-msbwt).
./target/release/Himito correct -g <output.gfa> -b <bwt_file, e.g. sr_msbwt.npy> -o <corrected.gfa> -m <minimal_supporting_sr> -q <query_length, should be less than short read length>
0 commit comments