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 3962727 commit f2c9beaCopy full SHA for f2c9bea
BRB/run.py
@@ -61,7 +61,7 @@ def run_brb(configfile, stats):
61
config.set('Options','runID',d[1].split("/")[-2])
62
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)
+ ParkourDict = BRB.findFinishedFlowCells.queryParkour(config)
65
66
# Process each group's data, ignore cases where the project isn't in the lanes being processed
67
bdir = "{}/{}".format(config.get('Paths', 'baseData'), config.get('Options', 'runID'))
0 commit comments