This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Minimap2 warning message

Hello,

I am using Minimap2 for the Oxford nanopore reads. I made an index file for the human genome to be used as a reference. when I started the alignment I got following warning.

"For a multi-part index, no @SQ lines will be outputted"

I am not sure why I am getting this warning. Could someone help me here?

Thank you in advance.

minimap2 aligner ont

Please be as complete as possible when asking questions, and include the commands you used for building the index and running the alignment.

Also, don't forget to follow up on your previous questions and mark answers as accepted if it solves your question.

Thank you I have added the comment here with my command and I also took follow up on my past questions.

The command I used for building index:

minimap2 -d ref.mmi ref.fa

The command I used for alignment:

minimap2 -ax map-ont ref.fa ont-reads.fa > aln.sam

Hello Please i want to know what that mean map-ont ??

It's a preset combination of alignment parameters which the developer thought was the best for ONT data

1 answer

I have got help from the authors of minimap2. I downloaded the reference from here which is very confusing. when Replaced the reference with this Minimap2 works fine.

Thank you for putting the reference here.

Log in to answer this question.