You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A task, revcomp_i5, has been present for a while to reverse complement i5 (barcode_2) indices in sample sheet files. The illumina_demux functionality should detect when this is likely needed, and when it is the i5 indices in the supplied sample sheet(s) should be automatically rev-comp'ed before demux is run again with the modified sample sheets.
This should be possible by using the IlluminaBasecallsToSam debug options FIRST_TILE=1 and TILE_LIMIT=1 to restrict demultiplexing to a single tile, and then inspecting the count of reads in the demux metrics file written by picard: rev-comp i5 seqs if [(sum of counts in READS for samples) / (count of reads in "other" row, NNNNNNNNNN-NNNNNNNNNN)] > some low threshold.
This should have a guardrail to prevent an incorrect sample sheet from being rev-comp'ed and re-demuxed ad infinitum if it is incorrect for some other reason.
The text was updated successfully, but these errors were encountered:
A task,
revcomp_i5
, has been present for a while to reverse complement i5 (barcode_2
) indices in sample sheet files. Theillumina_demux
functionality should detect when this is likely needed, and when it is the i5 indices in the supplied sample sheet(s) should be automatically rev-comp'ed before demux is run again with the modified sample sheets.This should be possible by using the IlluminaBasecallsToSam debug options
FIRST_TILE=1
andTILE_LIMIT=1
to restrict demultiplexing to a single tile, and then inspecting the count of reads in the demux metrics file written by picard: rev-comp i5 seqs if [(sum of counts inREADS
for samples) / (count of reads in "other" row,NNNNNNNNNN-NNNNNNNNNN
)] > some low threshold.This should have a guardrail to prevent an incorrect sample sheet from being rev-comp'ed and re-demuxed ad infinitum if it is incorrect for some other reason.
The text was updated successfully, but these errors were encountered: