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

docs(bin): add gptdocs to cli function

parent eb09900d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env jupyter
import argparse
from aliby.pipeline import Pipeline, PipelineParameters
def run():
import argparse
from aliby.pipeline import Pipeline, PipelineParameters
"""
Run a default microscopy analysis pipeline.
Parse command-line arguments and set default parameter values for running a pipeline, then
construct and execute the pipeline with the parameters obtained. Command-line arguments can
override default parameter values. If a command-line argument is a string representation of
an integer, convert it to an integer.
Returns
-------
None
Examples
--------
FIXME: Add docs.
FIXME: GTP-generated. Confirm manually.
"""
parser = argparse.ArgumentParser(
prog="aliby-run",
description="Run a default microscopy analysis pipeline",
......
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