Newer
Older
<link rel="stylesheet" type="text/css" href="https://raw.githack.com/Ganz1285/termynal/master/termynal.css" />
# 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.
## 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`
## BiTIA runner
If you are self-hosting the BiTIA server, you need `bitia-runner` as well. See
1. Using samtools to view a fastq file with same name as provided in url
NORMAL PIPELINE EXECUTION CODE | BITIA EXECUTION CODE
:-------------------------:|:-------------------------:
 |
2. Using samtools to view a fastq file with different file name as provided in url
NORMAL PIPELINE EXECUTION CODE | BITIA EXECUTION CODE
:-------------------------:|:-------------------------:
 |
3. Using Fastqc to do Quality check on a fastq file with same file name as provided
NORMAL PIPELINE EXECUTION CODE | BITIA EXECUTION CODE
:-------------------------:|:-------------------------:
 |