Skip to content

Commit a49eb33

Browse files
committed
Final file is CopyComplete not RTAComplete
1 parent 4143ed9 commit a49eb33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataflow_transfer/run_classes/illumina_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class IlluminaRun(Run):
88

99
def __init__(self, run_dir, configuration):
1010
super().__init__(run_dir, configuration)
11-
self.final_file = "RTAComplete.txt"
11+
self.final_file = "CopyComplete.txt"
1212
self.flowcell_id = self.run_id.split("_")[-1]
1313

1414

0 commit comments

Comments
 (0)