Skip to main content

Bisulfite Sequencing Processing Platform

Project description

BSBolt (BiSulfite Bolt)

A fast and safe bisulfite sequencing analysis platform

BiSuflite Bolt (BSBolt); a fast and scalable bisulfite sequencing analysis platform. BSBolt is an integrated analysis platform that offers support for bisulfite sequencing read simulation, alignment, methylation calling, data aggregation, and data imputation. BSBolt has been validated to work with a wide array of bisulfite sequencing data,including whole genome bisulfite sequencing (WGBS), reduced representative bisulfite sequencing data (RRBS), and targeted methylation sequencing data. BSBolt utilizes forked versions of BWA and WGSIM for read alignment and read simulation respectively. BSBolt is released under the MIT license.

Publication

Farrell, C., Thompson, M., Tosevska, A., Oyetunde, A. & Pellegrini, M. BiSulfite Bolt: A BiSulfite Sequencing Analysis Platform. 2020.10.06.328559 (2020). doi:10.1101/2020.10.06.328559

Documentation

Documentation can be found at https://bsbolt.readthedocs.io.

Release Notes

  • v1.6.0
    • MethyDackel compatibility
    • Option to output alignment to stdout
  • v1.5.0
    • Improved thread handling for methylation / variant calling.
    • Experimental bisulfite aware SNP caller.
  • v1.4.8
    • Fixed bug ending alignment when the reference template end greater than reference boundary.
  • v1.4.7
    • Alignment stats fix.
  • v1.4.6
    • Alignment statistics now output as generated.
    • Fixed bug where alignment would stop when observed mappability was low.
  • v1.4.5
    • Fixed maximum read depth bug that prevented methylation call on site covered by greater than 8000 reads
    • Refactored build script, with experimental support for M1 Macs
  • v1.4.4
    • The default entry point for BSBolt has changed from BSBolt to bsbolt for conda compatibility

Installation

PyPi Installation

Pre-compiled binaries can be installed using PyPi. Binaries are available for python >=3.6 on unix like systems (macOS >=10.15 and linux).

pip3 install bsbolt --user

Conda Installation

BSBolt can be installed using the conda package manager using the instructions below.

conda config --add channels bioconda
conda config --add channels conda-forge
conda install -c cpfarrell bsbolt

Installing from Source

Dependencies

  • zlib-devel >= 1.2.3-29
  • GCC >= 8.3.1
# clone the repository
git clone https://github.com/NuttyLogic/BSBolt.git
cd bsbolt
# compile and install package
pip3 install .

Installing from Source on macOS

Dependencies

  • autoconf
  • automake
  • homebrew
  • xcode

Installation from source requires xcode command line utilities, homebrew macOS package manager, autoconf, python (>=3.6), and automake.The full installation process is outlined below.

# install xcode utilities
xcode-select --install
# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install autoconf
brew install autoconf
# install automake
brew install automake
# optionally install python > 3.5
brew install python3.8
# clone the repository
git clone https://github.com/NuttyLogic/BSBolt.git
cd BSBolt
# compile and install package
pip3 install -e .

Usage

Following installation BSBolt can be called using bsbolt Module.

python3 -m bsbolt
bsbolt Module

Align               Alignment
Index               Index Generation
CallMethylation     Methylation Calling
AggregateMatrix     CGmap Matrix Aggregation
Simulate            bsbolt Illumina Read Simulation
Impute              kNN Imputation
Sort                Sort BAM File
BamIndex            Index BAM file

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

bsbolt-1.6.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

bsbolt-1.6.0-cp310-cp310-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

bsbolt-1.6.0-cp39-cp39-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

bsbolt-1.6.0-cp38-cp38-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

bsbolt-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

bsbolt-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

File details

Details for the file bsbolt-1.6.0.tar.gz.

File metadata

  • Download URL: bsbolt-1.6.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for bsbolt-1.6.0.tar.gz
Algorithm Hash digest
SHA256 fa90ff27769f827737c6a058aa38d5c855c64dc4653e2aa8c27c3ce2d18d0431
MD5 dbcf41de517589ed80b4d88e13109eeb
BLAKE2b-256 ca64b923da8df7f3e3887fafa6d8a94c0f8c38b785be60aa725c5f0f614b6226

See more details on using hashes here.

File details

Details for the file bsbolt-1.6.0-cp310-cp310-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for bsbolt-1.6.0-cp310-cp310-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bb7fc6de755cf67e2c82ed8a92c67cc48ede8e4a44f12dc83b2557a1a53af080
MD5 6cee74df31906ac26b3ff43ee12b6ac8
BLAKE2b-256 fa3d8a7b5997296e3359a75a89c48435930f328e4a0e1decddad65ec40e74ba6

See more details on using hashes here.

File details

Details for the file bsbolt-1.6.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for bsbolt-1.6.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 491f0865808392d806f99f5b22f3ba10bd30d561f9952521f3857624654d2736
MD5 028791329fc68e5b200ef3bcad0d584c
BLAKE2b-256 85564b0e29f071af98aab7c5f52665aef787351ef41393c596a95c91acf71107

See more details on using hashes here.

File details

Details for the file bsbolt-1.6.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for bsbolt-1.6.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 accbd6619ff60fa7d0b1766518ec6de4e88a6a18c5413c630bb68bb636d5f72e
MD5 c5ede08841d1b1a3fca464c76df9e747
BLAKE2b-256 5694d35dc5e8ef08bc1ee10bebef16fbd73ecd1aba8af329c846a051f82b56b7

See more details on using hashes here.

File details

Details for the file bsbolt-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for bsbolt-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2849723905f46870a0c1a8ec0b0454f983058bfe1721e5efff85333533b11814
MD5 4bce7afa7cbe7fd34256cf73839735cb
BLAKE2b-256 8174fbe3a91f325d6c082ebdc954abcb63c3ada468b159044be670537d1a2b86

See more details on using hashes here.

File details

Details for the file bsbolt-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for bsbolt-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7f899bd5bec3fb662b1639ce3a72343432ab52634ed027fbe301e11bbdf3d545
MD5 ab5d0e6e084afd60a6034b0efb05b101
BLAKE2b-256 84ee0d957970a96de70911e677bbd876cbf4de48f9f84f71210c5683fe1b92ce

See more details on using hashes here.

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