-
Notifications
You must be signed in to change notification settings - Fork 344
Update list of sequencers for poly-g trimming #508
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
base: master
Are you sure you want to change the base?
Conversation
Expanded parsing of Illumina 2-color SBS definitions for poly-g trimming. These values are via: https://knowledge.illumina.com/instrumentation/general/instrumentation-general-reference_material-list/000003880 This expands the previous 2-color list by adding: Novaseq 1000/2000 (@vl @vh) Novaseq X Plus (@lh) This changes the Novaseq 6000 header from (@a0 to @A) per Illumina's doc. (I do not see @ndx documented by illumina, but this might be their NextSeq 550Dx FDA-regulated sequencer.)
OK for our data so far, and I submitted a PR to fastp: OpenGene/fastp#508
I would like to rely on the automatic setting of the Also, the above Illumina page is gone, which they do regularly on their docs. 🤦 And it seems like 10X put in quite some effort to collect all of Illumina's machine codes right here, although this seems to be 8 years old, so there will also be stuff missing: So maybe these pull requests could be merged into one and amended if any of the other machine codes are missing. |
Ah, and I finally also found this, where the author actually got info from Illumina support (this seems to be the only way of getting useful and somewhat structured info from them): |
OK, I couldn't help myself and went to figure out which Illumina machine models will have the polyG issue. The list is (TL;DR):
And here is the full story, with receipts: Illumina Instrument Imaging Channel Systems
Channel System Summaryone-channelMachine series:
General setup:
Color scheme:
two-channelGeneral setup:
two-channel: red and greenMachine series:
Color scheme:
two-channel: blue and greenStandard reagentsMachine series:
Color scheme:
XLEAP Reagents (A blue)Machine series:
Color scheme:
XLEAP Reagents (C blue)Machine series:
Color scheme:
four-channelMachine series:
General setup:
Color scheme:
Data compiled from Illumina Knowledge Base documentation as of July 1st, 2025. The initial table was created by asking Claude Sonnet 4, to aggregate the relevant info scattered across Illumina Knowledge Base pages. But all entries and linkouts were checked manually, especially those for the HiSeq series were adjusted to point somewhere with a useful citation, an all pages were archived on the Wayback Machine (as Illumina often changes their links). Finally, I made the table much more concise by giving more detailed channel system descriptions below, which I compiled during cross-checking. |
This PR updates and expands the list of serial numbers of Illumina 2-color SBS sequencers for poly-g trimming.
These values come from: https://knowledge.illumina.com/instrumentation/general/instrumentation-general-reference_material-list/000003880
This expands the previous 2-color list by adding:
@VL @VH
)@LH
)This also broadens the NovaSeq 6000 serial from (
@A0 --> @A
) per Illumina's doc.(I do not see
@NDX
documented by illumina, but this might be their NextSeq 550Dx FDA-regulated sequencer.)