-
Notifications
You must be signed in to change notification settings - Fork 96
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
Truseq Read1 and mixed single/dual demultiplexing #12
Comments
Hi Philip, Thanks. First, note that the P5 always ends with For TruSeq single, Read 1 is: For TruSeq dual, Read 1 is: If Note the The Xi |
Hi Xi, thank you for you quick reply! The large majority of single indexed reads have I was thinking it may be the result of some implicit adapter trimming that |
I see. That is strange, and I will leave this open to see if other people have some explanations. |
I have pointed Illumina Tech Support to this discussion, maybe they can shed light on it (hopefully in this thread :-) edit: I have been in contact with Illumina support, and they say the |
We're not done yet ... I had a different run today, where I used |
Hi Philip, Sorry for the late reply. I guess the
I think the primer used to sequence No matter what the real situation is, I still don't understand why it leads to Anyway, I will leave this open in case other people have explanations :-) Xi |
Many thanks for the great work! Just a minor question, isn't Truseq Index 1 sequencing primer GATCGGAAGAGCACACGTCTGAACTCCAGTCAC? Your current version has an extra leading A. |
Hi @shengzha , thanks for the comment. I did not notice that. I simply thought it would be the whole thing before the index. The extra A at the 5' end should not matter though. Having checked the document from Illumina, it seems the exact sequence of TruSeq Index 1 sequencing primer is not provided. However, based on the information from other libraries on Page 73 from the Illumina Adapter Sequence guide (Document # 1000000002694 v16), you are correct. The exact sequence probably should be I will correct this when I have time. Thanks again. Xi |
The Read 1 sequence has been corrected in all methods. |
Dear Xi,
many many thanks for this brilliant resource! I had one question: on https://teichlab.github.io/scg_lib_structs/methods_html/Illumina.html, the 'Truseq Read1' sequences under 'Truseq Single Index Library' and 'Truseq Dual Index Library' differ slightly. The first one has AGAAAGGGATGTGCTGCGAGAAGGCTAGA where as the second one is ACACTCTTTCCCTACACGACGCTCTTCCGATCT (so has an extra 'ACAC' in front). Do you know which is which?
I'm asking because we often pool single and dual index libraries into one flowcell. If I then I demultiplex (using bcl2fastq v2.20) the TruSingle Index as if it were a dual Index library I would expect the 'fake' second index (i5) to be GTGTAGATCT, i.e. the first 10 nucleotides of the (reverse complement of the) Illumina P5 adapter. Instead I get GGGGGGGGGG. Is this because there is no proper primer for the 'fake' i5 index read?
Many thanks!
Philip
The text was updated successfully, but these errors were encountered: