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.1.tar.gz
(13.7 kB
view details)
Built Distributions
bits_yoshi-0.1.1-py3.7.egg
(41.5 kB
view details)
File details
Details for the file bits-yoshi-0.1.1.tar.gz
.
File metadata
- Download URL: bits-yoshi-0.1.1.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 560f572f9f340e36c26625fae833038a60e88693a3a477c90019c5c8ec361bf0 |
|
MD5 | b51075c0e48a2f79f2aa4e3abb6219b6 |
|
BLAKE2b-256 | acda1d54bd497d3dba7afecc518c50d990a2dbc3fe319a0514714c48c68704ab |
File details
Details for the file bits_yoshi-0.1.1-py3.7.egg
.
File metadata
- Download URL: bits_yoshi-0.1.1-py3.7.egg
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c48e54e2517ce3e42ba4b4a7ba9da86d258c756ca8dc58284c0d1ec329659b5 |
|
MD5 | c9477013cf0e57c0cb5da2179bc9b5c2 |
|
BLAKE2b-256 | b02d0ab10fbceb2e33f8c2707e42bc121010187ea7a9d53f927c127cc2bac681 |
File details
Details for the file bits_yoshi-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: bits_yoshi-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf7e16a791ffa817408f4b36665daae493958264c35e12618f858c646cce930f |
|
MD5 | 56c5d68814d259d3752cd47b5a30a432 |
|
BLAKE2b-256 | c557afca0eb6b4295480b8df96c8843cfe6f7bfaafd52f94a5a808136053ae90 |