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)