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

Error when Interleaving data #1914

Open
howla1ke opened this issue Jun 17, 2021 · 1 comment
Open

Error when Interleaving data #1914

howla1ke opened this issue Jun 17, 2021 · 1 comment

Comments

@howla1ke
Copy link

Please help, I am brand new to bioinformatics. I trimmed all of my files with Trimmomatic, after unzipping I used Khmer to interleave R1/R2 of a sample. I ended up with 17 interleaved files, this should have been the 18th. R1/R2 of one sample will not interleave and I got this error: ...

0 pairs
ERROR: This doesn't look like paired data! K00368:239:HJV3MBBXY:6:1101:1184:1367 1:N:0:GTTCCGAT+GCAGGATT K00368:239:HJV3MBBXY:5:1101:1529:1367 2:N:0:ATTCCAAT+GGAGAATT

I then tried to interleave the raw data to see if it was a trimming issue and received the exact same error code. Is there anything else that I can do for this? Has anyone had this happen before? Can anyone suggest the next step?

@ctb
Copy link
Member

ctb commented Jun 21, 2021

Hi @howla1ke,

K00368:239:HJV3MBBXY:6:1101:1184:1367 1:N:0:GTTCCGAT+GCAGGATT

and

K00368:239:HJV3MBBXY:5:1101:1529:1367

do indeed look like they are not matched. This sounds like a problem with your raw data files.

If you use head -4 on each of the two FASTQ files you should be able to confirm that the sequence names don't match properly. If that's true, at that point I'd suggest asking the people who did your sequencing to take a look at those two files specifically.

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

2 participants