miscellaneous BioInformatics ToolS
Project description
BITS: miscellaneous BioInformatics ToolS
Basically bioinformatics-related, reusable Python3 codes as a package.
Requirements
- Python packages listed in
setup.cfg
(automatically installed) - Seqkit (if you use
bits.seq.load_fast[a|q]
withrange=
option) - Edlib (if you use
bits.seq.EdlibRunner
) - Gepard (if you use
bits.seq.DotPlot
) - DAZZ_DB (if you use
bits.seq.load_db
etc)
How to install
$ git clone https://github.com/yoshihikosuzuki/bits
$ cd bits
$ pip install .
How to use
BITS has two submodules:
bits.seq
for DNA sequence manipulations, andbits.util
for other, general purposes in Python programming.
Import and use any function/class as follows:
import bits.seq as bs
print(bs.revcomp_seq('aactg'))
> cagtt
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bits-yoshi-0.1.2.tar.gz
(13.7 kB
view details)
Built Distribution
File details
Details for the file bits-yoshi-0.1.2.tar.gz
.
File metadata
- Download URL: bits-yoshi-0.1.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.12+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6e1a2eda9481bb199bb673caa2eec932dcc8c08fb2e922acf9c734df2a11011 |
|
MD5 | 2716091f253e016e3841b542d6377d90 |
|
BLAKE2b-256 | e3d51c03a4e32532afb1d752adfb7c3e533e8af18df90a2effb9d5396a174821 |
File details
Details for the file bits_yoshi-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: bits_yoshi-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.12+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffa96be4b0f20ed236d44a03fd4e96af1a763d516009566f10d959b18921d72a |
|
MD5 | 722232dd49f1b1f6089ddef1ebb65a31 |
|
BLAKE2b-256 | 3dca21d97da32221f6c1b68efe42662f6d6c2590b5e77146ab6c27525b693421 |