Skip to content

Commit 3962727

Browse files
committed
fix function not found
1 parent a78704a commit 3962727

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
@@ -59,7 +59,7 @@ def run_brb(configfile, stats):
5959
d = [d for d in glob.glob("{}/*/fastq.made".format(config.get('Paths', 'baseData'))) if stats in d]
6060
assert len(d) == 1
6161
config.set('Options','runID',d[1].split("/")[-2])
62-
if not flowCellProcessed(config):
62+
if not BRB.findFinishedFlowCells.flowCellProcessed(config):
6363
print(f"Found new flow cell, this is terribly wrong: [red]{config.get("Options","runID")}[/red]")
6464
ParkourDict = queryParkour(config)
6565

0 commit comments

Comments
 (0)