Skip to main content

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] with range= 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, and
  • bits.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.3.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

bits_yoshi-0.1.3-py3-none-any.whl (17.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page