Skip to content

bin

This module contains cli commands for pyaki.

To use the CLI you can use the pyaki-cli command. For more information on how to use the CLI, run pyaki-cli --help.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Usage: pyaki-cli [OPTIONS] PATH

CLI tool to process AKI stages from time series data.

Arguments:
    *    path      TEXT  [default: None] [required]

Options:
    --urineoutput-file         TEXT  [default: urineoutput.csv]
    --rrt-file                 TEXT  [default: rrt.csv]
    --demographics-file        TEXT  [default: demographics.csv]
    --help                           Show this message and exit.