-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minialign ONT parameters #11
Comments
Sorry for being late. And thank you for testing minialign. Everything seems correct if the Thanks, Hajime Suzuki |
Thanks @ocxtal ! Another question - one of my genomes is circular, so is adding "-c '*'" to "minialign -d" enough? |
Yes, the |
and the sequence name after "-c" is the name of the reference sequence?
I should use "-c U00096.3 Escherichia coli str. K-12 substr."? I apologize for the question, but I didn't find much information about the proper syntax of "-c" in the manual. |
In this case the correct argument will be |
This is really useful information - thank you so much @ocxtal ! |
Hi,
I am comparing few nanopore aligners on ONT 1D and ONT 2D data, so I would like to verify if the general commands below are correct for those types of reads
minialign -d ref_index.mai ref.fa
minialign -x ont.r9.2d -O sam -T MD,AS,NM ref_index.mai input.fasta > output.sam
minialign -x ont.r9.1d -O sam -T MD,AS,NM ref_index.mai input.fasta > output.sam
or I need to specify some other parameters as well.
I would highly appreciate your input on this.
Thank you,
Natasha
The text was updated successfully, but these errors were encountered: