Improve status checking for NovaSeq
This is related to #1242. The novaseq_status.sh
script doesn't include enough information for Reggie (in NovaSeqSignalHandler
class) to be able determine how many *.cbcl files to expect when the sequencing has been completed. The RunInfo.xml
file have the same numbers for LaneCount
(=2), SurfaceCount
(=2), SwathCount
(=2) and TileCount
(=78) for both SP and S2 flow cells. This causes Reggie to expect 436 cbcl files (for 218 cycles) in both cases. In reality the S1 flow cell creates 872 cbcl files. The only visible difference in RunInfo.xml
is the number of <Tile>
tags which is 312 for SP and 624 for S1 flow cells. There is also a <FlowCellMode>
tag in RunParameters.xml
which can be used (the value is either SP or S1).
Change History
(3)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Description: |
modified (diff)
|
In 5934: