Skip to content
Snippets Groups Projects
Commit f55531c5 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

rename DummyRunner and remove strain from dist script

parent 4a055044
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ class Pipeline(ProcessABC):
# tiler.n_processed = process_from
writer = TilerWriter(filename)
runner = DummyRunner(tiler, baby_config=config["baby"])
runner = BabyRunner(tiler, baby_config=config["baby"])
bwriter = BabyWriter(filename)
params = (
Parameters.from_dict(config["extraction"])
......
......@@ -247,7 +247,7 @@ def visualise_timing(timings: dict, save_file: str):
# strain = "YST_1511_007"
strain = "phl_ura8_007"
strain = ""
# exp = 18616
# exp = 19232
exp = 19995
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment