This package provides a command line interface for the DAFNI platform.
With python and pip installed and available on the command line use the following to install the CLI.
pip install dafni-cli
Once installed all commands will be accessible via dafni
. For example you can use
dafni --help
to view a list of all of the available sub commands. Use --help
on any unfamiliar command to receive more information about it.
For further documentation on usage see the page here.