mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 21:17:54 +08:00
added spliced alignment example
This commit is contained in:
@@ -10,6 +10,8 @@ cd minimap2 && make
|
||||
./minimap2 -ax map10k MT-human.mmi test/MT-orang.fa > test.sam
|
||||
# long-read overlap (no test data)
|
||||
./minimap2 -x ava-pb your-reads.fa your-reads.fa > overlaps.paf
|
||||
# spliced alignment (no test data)
|
||||
./minimap2 -ax splice ref.fa rna-seq-reads.fa > spliced.sam
|
||||
# man page
|
||||
man ./minimap2.1
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user