Repository URL to install this package:
|
Version:
0.1.dev51+ga4c683e ▾
|
This page will give you an overview on how to use kiara via its command-line interface.
For a more walk-through introduction, have a look at the Getting started page.
Sub-command specific information can be found on the following pages:
run: run a workflow from the command-linemodule: get information about modules and pipelinesdata: get information about data in the kiara data storeTo get information for the kiara command itself use the --help flag:
{{ cli("kiara", "--help") }}
The same goes for any of the sub (or sub-sub...) commands:
{{ cli("kiara", "module", "--help") }}
TBD