-
Notifications
You must be signed in to change notification settings - Fork 29
Minimap printing ^ #4
Comments
Solution: The above set was created using an index.
When not using an indexed fasta, the expected better results were created which include the reference contig name.
|
Do you have a small test data set with which I can reproduce the issue? Thanks. |
I sent a msg to your personal email @me.com ===== Mini test case for bug ===== Note - I could not reproduce the original bug with this small test case - sorry. However these other problems cropped up with the index.mmi. untar, then gunzip filestar -xvf index_test.tgz create mmap index~/NAS01/programs/minimap/minimap -d index.mmi ref.fasta align -~/NAS01/programs/minimap/minimap index.mmi -t 1 reads.fa > ovl.paf Assorted errors when creating an index:Segmentation fault (core dumped) Assorted errors when aligning to index:minimap: sketch.c:59: mm_sketch: Assertion `len > 0 && w > 0 && k > 0' failed. but this approach without an index consistently works~/NAS01/programs/minimap/minimap ref.fasta -t 1 reads.fa > ovl.paf |
Hi,
minimap version - downloaded from github today, so latest commit.
I have a fasta with sequence names like this:
My result.paf looks like this, minimap completes without an error. It seems the Target sequence name string is not being written. Are the names in the input fasta inappropriate ? How should the fastaheaders look ?
The text was updated successfully, but these errors were encountered: