BITS: miscellaneous BioInformatics ToolS
Basically bioinformatics-related, reusable Python3 codes as a package.
How to install
git clone https://github.com/yoshihikosuzuki/bits
cd bits
pip install .
To run unit tests,
python -m unittest
Optional requirements
If you use bits.seq.load_fast[a|q] with range= option,
If you use bits.seq.DotPlot,
- Gepard, or
- modified Gepard (recommended)
If you use bits.seq.load_db etc.,
How to use
BITS has two submodules:
bits.seqfor DNA sequence manipulations, andbits.utilfor 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
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.2.1.tar.gz
(27.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bits_yoshi-0.2.1.tar.gz.
File metadata
- Download URL: bits_yoshi-0.2.1.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae6db5aadac7ab2942adbba54bc150fddfc5b0d09f7fd38de957667e0f32132d
|
|
| MD5 |
d06a61a442f949b3188d34e4d2b6f470
|
|
| BLAKE2b-256 |
a816cc69745eb9c60be1142ff256aae6dbc719c42aced077a78868344c74dcf4
|
File details
Details for the file bits_yoshi-0.2.1-py3-none-any.whl.
File metadata
- Download URL: bits_yoshi-0.2.1-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d36025744be4b6d4946305a86b77965ced6aff15dea42100eb35512766c0c9ec
|
|
| MD5 |
f66243c484d82c3cfb0abfa8a8d976c6
|
|
| BLAKE2b-256 |
6c90025fdf0d303d34b7e3c027c17e9ad7af3720cdc702ceff024f9693558aa5
|