Skip to content

Commit

Permalink
make sure the None P5RC case in MiSeq also has P5RC field set
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jul 19, 2024
1 parent 5cb4175 commit b685387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dissectBCL/flowcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ def demux(self):
readDemuxSheet(demuxOut, what='df')
)
_ssDic['P5RC'] = True
else:
_ssDic['P5RC'] = False
else:
_ssDic['P5RC'] = False
else:
Expand Down

0 comments on commit b685387

Please sign in to comment.