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.
Install it using pip
.
python -m pip install bitia --user
python -m bitia --help
Configuration
TODO: Order of searching configuration file.
Unix like systems
./bitia.toml
~/.bitia.toml
$HOME/.config/bitia.toml
/etc/bitia.toml
Windows
bitia.toml
%APPDATA%\bitia.toml
%PROGRAMDATA%\bitia.toml
BiTIA runner
If you are self-hosting the BiTIA server, you need bitia-runner
as well. See
the documents of bitia-runner
for more details. TODO.