Skip to content
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

Question regarding aligning two fastq files #1105

Open
Le1223 opened this issue Aug 18, 2023 · 1 comment
Open

Question regarding aligning two fastq files #1105

Le1223 opened this issue Aug 18, 2023 · 1 comment

Comments

@Le1223
Copy link

Le1223 commented Aug 18, 2023

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.

@Le1223
Copy link
Author

Le1223 commented Aug 21, 2023

1692580683566
In the example above, the sequence “496a10c7-0dd2-4d88-83c1-7bf6a00cc8ab” has completely different results in the two paf files. Why is that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant