We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acd093 commit 5bf97d3Copy full SHA for 5bf97d3
README.md
@@ -48,4 +48,7 @@ msbwt2-build -o sr_msbwt.npy <srWGS.chrM.fasta.gz>
48
49
# call methylation signals
50
./target/release/Himito methyl -g <output.annotated.gfa> -p <min_prob> -b <mt_test.bam> -o <methyl.bed>
51
+
52
+# enumerate all possible haplotypes within windows
53
+./target/release/Himito minorhap -g <output.gfa> -o <output.allhaplotype.fasta> -s <sample_id>
54
```
0 commit comments