From 633f5abe594033ccfb810f32ed7a80d88cf51bb0 Mon Sep 17 00:00:00 2001 From: zethson Date: Fri, 27 Sep 2024 12:38:32 +0200 Subject: [PATCH] :art: Refactoring Signed-off-by: zethson --- docs/mcmicro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mcmicro.py b/docs/mcmicro.py index ca3c06a..02e208d 100644 --- a/docs/mcmicro.py +++ b/docs/mcmicro.py @@ -23,7 +23,7 @@ reference="https://github.com/labsyspharm/mcmicro", ) ln.context.track(transform=transform) -run = ln.context.unun +run = ln.context.run # get the input data from a predecessor pipeline through LaminDB and make it available in the current working directory mcmicro_input = ln.Artifact.using("laminlabs/lamindata").get(description=args.input)