Skip to content

Commit f2c9bea

Browse files
committed
fix function not found (1)
1 parent 3962727 commit f2c9bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BRB/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_brb(configfile, stats):
6161
config.set('Options','runID',d[1].split("/")[-2])
6262
if not BRB.findFinishedFlowCells.flowCellProcessed(config):
6363
print(f"Found new flow cell, this is terribly wrong: [red]{config.get("Options","runID")}[/red]")
64-
ParkourDict = queryParkour(config)
64+
ParkourDict = BRB.findFinishedFlowCells.queryParkour(config)
6565

6666
# Process each group's data, ignore cases where the project isn't in the lanes being processed
6767
bdir = "{}/{}".format(config.get('Paths', 'baseData'), config.get('Options', 'runID'))

0 commit comments

Comments
 (0)