Skip to content
Snippets Groups Projects
README.md 462 B
Newer Older
dilawar's avatar
dilawar committed
# BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility

This is the cli utility of the BiTIA project. The other component is
`bitia-runner`. Most users only need the cli client `bitia` to submit jobs.
dilawar's avatar
dilawar committed
Install it using `pip`.
dilawar's avatar
dilawar committed
python -m pip install bitia --user
python -m bitia --help
dilawar's avatar
dilawar committed
```

## BiTIA runner

If you are self-hosting the BiTIA server, you need `bitia-runner` as well. See
dilawar's avatar
dilawar committed
the documents of `bitia-runner` for more details. TODO.