BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility.
Project description
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.
EXAMPLES
- Using samtools to view a fastq file with same name as provided in url
Ubuntu
Pacman
BiTIA
sudo apt get install wget samtools
wget https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq
samtools convert 1_control_18S_2019_minq7%20-%20Copy.fastq
pacman -S wget samtools
wget https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq
samtools convert 1_control_18S_2019_minq7%20-%20Copy.fastq
bitia run "samtools convert <https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq>"
- Using samtools to view a fastq file with different file name as provided in url
Ubuntu
Pacman
BiTIA
sudo apt get install wget samtools
wget sample.fastq https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq
samtools convert sample.fastq
pacman -S wget samtools
wget sample.fastq https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq
samtools convert sample.fastq
bitia run "samtools convert <sample.fastq|https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq>"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file bitia-0.2.0.dev1667816528-py3-none-any.whl
.
File metadata
- Download URL: bitia-0.2.0.dev1667816528-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abd3e3a3e3947306d46d1bd7c2470b79591f5d60ce34ec696ac952d82dbdbb6a |
|
MD5 | 466cbe9f6b0d46f6f1cfca4bb7e6761f |
|
BLAKE2b-256 | 595a4f0f002c2e589edc0a807cf3ddef1d150dedf674f5958152261ac3f4c2e9 |