We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4143ed9 commit a49eb33Copy full SHA for a49eb33
1 file changed
dataflow_transfer/run_classes/illumina_runs.py
@@ -8,7 +8,7 @@ class IlluminaRun(Run):
8
9
def __init__(self, run_dir, configuration):
10
super().__init__(run_dir, configuration)
11
- self.final_file = "RTAComplete.txt"
+ self.final_file = "CopyComplete.txt"
12
self.flowcell_id = self.run_id.split("_")[-1]
13
14
0 commit comments