Replies: 1 comment
-
First thing I would do is confirm MD5 checksums match those issued by the sequencing facility. This will tell you whether or not the file is corrupted. It looks corrupted, btw. Each read should have four lines associated with it. This section has more than that:
If it's corrupted, re-download and confirm MD5 checksums match. If not corrupted, try trimming with different trimming software and see if it's an issue specific to TrimGalore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran this script to trim adapter sequences out of some killifish RRBS data and ran into an error for one sample. No one in my lab has seen this error before, but I'm wondering if anyone here has experience with it!
Here's the error:
I removed this sample and ran the rest of my script successfully, including
multiqc
, so it's isolated to this specific sample. I extracted the sequence with the error, as well as upstream and downstream sequences withzcat 190626_I114_FCH7TVNBBXY_L4_OC-N3_1.fq.gz | sed -n '91357028,91357032p;91357041q'
:It looks like the second sequence,
@K00114:958:H7TVNBBXY:4:2218:10044:44535 1:N:0:TATAATAT_AGACCTCA...T:2218:7FJFAFJJJFAJJJJJJFJFFJFFFJJJJJFJJJJJJA<
may not have the correct balance of sequence and quality information that the other sequences do. Is this something I'm supposed to manually go in and edit, or is there something else I should do?Beta Was this translation helpful? Give feedback.
All reactions