added spliced alignment example

This commit is contained in:
Heng Li 2017-08-25 14:11:54 +08:00
parent bf8246f872
commit 5f96d851a8
1 changed files with 2 additions and 0 deletions

View File

@ -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
```