-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Labels
Description
Hello,
I am currently using minimap2 v2.26 and I have a question regarding aligning two fastq files. I have used the following commands:
minimap2 -cx map-ont A.fastq B.fastq --secondary=no > mapA.paf
minimap2 -cx map-ont B.fastq A.fastq --secondary=no > mapB.paf
However, I have noticed that the resulting mapA.paf and mapB.paf files show a significant difference.I would like to understand the reason behind this discrepancy.
Could you please provide any insights or suggestions on how I can assess the sequence information of these two fastq files?
Thank you for your assistance.
Best regards.