We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78704a commit 3962727Copy full SHA for 3962727
BRB/run.py
@@ -59,7 +59,7 @@ def run_brb(configfile, stats):
59
d = [d for d in glob.glob("{}/*/fastq.made".format(config.get('Paths', 'baseData'))) if stats in d]
60
assert len(d) == 1
61
config.set('Options','runID',d[1].split("/")[-2])
62
- if not flowCellProcessed(config):
+ if not BRB.findFinishedFlowCells.flowCellProcessed(config):
63
print(f"Found new flow cell, this is terribly wrong: [red]{config.get("Options","runID")}[/red]")
64
ParkourDict = queryParkour(config)
65
0 commit comments