Open grst opened 3 years ago
Allow use of nxfvars to build a minimalistic CLI.
nxf.cli()
-h/--help
nxfvars execute
Example:
nxf.input("adata_object", default='/tmp/adata.h5ad', description="The adata object to work on") nxf.param("foo", default="bar") nxf.cli()
Help page
--adata_object The adata object to work on [default: /tmp/adata.h5ad] --params.foo [default: bar] --help/-h Show this page
Allow use of nxfvars to build a minimalistic CLI.
nxf.cli()
-h/--help
nxfvars execute
Example:
Help page