Skip to content
Snippets Groups Projects
README.md 1.65 KiB
Newer Older
selva's avatar
selva committed


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
## Configuration

TODO: Order of searching configuration file.

### Unix like systems

1. `./bitia.toml`
2. `~/.bitia.toml`
3. `$HOME/.config/bitia.toml`
3. `/etc/bitia.toml`


### Windows

1. `bitia.toml`
2. `%APPDATA%\bitia.toml`
3. `%PROGRAMDATA%\bitia.toml`

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.
selva's avatar
selva committed


## EXAMPLES

selva's avatar
selva committed
1. Using samtools to view a fastq file with same name as downloaded from url in arch-linux
selva's avatar
selva committed

selva's avatar
selva committed
NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
:-------------------------:|:-------------------------:
selva's avatar
selva committed
![](./docs/source/img/readme_example_1.gif)  |![](./docs/source/img/readme_example_1_bitia.gif)


selva's avatar
selva committed

selva's avatar
selva committed
2. Using samtools to view a fastq file with different file name as downloaded from url in arch-linux
selva's avatar
selva committed

NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
:-------------------------:|:-------------------------:
![](./docs/source/img/readme_example_2.gif)  |![](./docs/source/img/readme_example_2_bitia.gif)

selva's avatar
selva committed
3. Using samtools to view a fastq file with different file name as downloaded from url in arch-linux

NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
:-------------------------:|:-------------------------:
![](./docs/source/img/readme_example_3.gif)  |![](./docs/source/img/readme_example_3_bitia.gif)