Skip to content

Commit

Permalink
bugfix rerun w/ existing samplesheet (P5RC flag missing if no .bak)
Browse files Browse the repository at this point in the history
WardDeb committed May 25, 2023
1 parent 2457872 commit b431b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dissectBCL/demux.py
Original file line number Diff line number Diff line change
@@ -539,6 +539,8 @@ def demux(sampleSheet, flowcell, config):
# Check for 'bak file' existence.
if os.path.exists(demuxOut + '.bak'):
sampleSheet.ssDic[outLane]['P5RC'] = True
else:
sampleSheet.ssDic[outLane]['P5RC'] = False
# Don't run bcl-convert if we have the touched flag.
if not os.path.exists(
os.path.join(outputFolder, 'bclconvert.done')

0 comments on commit b431b6b

Please sign in to comment.