added spliced alignment example
This commit is contained in:
parent
bf8246f872
commit
5f96d851a8
|
|
@ -10,6 +10,8 @@ cd minimap2 && make
|
||||||
./minimap2 -ax map10k MT-human.mmi test/MT-orang.fa > test.sam
|
./minimap2 -ax map10k MT-human.mmi test/MT-orang.fa > test.sam
|
||||||
# long-read overlap (no test data)
|
# long-read overlap (no test data)
|
||||||
./minimap2 -x ava-pb your-reads.fa your-reads.fa > overlaps.paf
|
./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 page
|
||||||
man ./minimap2.1
|
man ./minimap2.1
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue