CLI¶
The cli
module implements a command line interface that allows to interact with Curveball
through a command line or terminal, without any knowledge in Python programming.
The Tutorial includes a complete walkthrough on using the CLI to analyse growth cruves data.
Members¶
-
curveball.scripts.cli.
find_plate_file
(plate_folder, plate_file)[source]¶ Finds a plate file, either in the current working dir or in the package data resources.
- plate_filestr
the filename of the plate file, may include absolute or relative path
- str
the full path of the plate file.
-
curveball.scripts.cli.
get_filename
(filepath)[source]¶ Get a file name out of a file path.
filepath : str
- str
filename