Bam read index in python.
Project description
Bripy
Bripy is a python library for extracting reads from a bam by read name. It uses the bri library from Jared Simpson.
© 2019 Oxford Nanopore Technologies Ltd.
Installation
bripy
can be installed using pip:
pip install bripy
For python3.5 and python3.6 under linux this will download precompiled binaries, in other environments a source distribution will be downloaded and compiled. Compilation from source requires the same libraries as htslib:
'm', 'z', 'lzma', 'bz2', 'pthread', 'curl', 'crypto'
since htslib is built from source as part of the process.
Usage
The library contains a single class interface and two example programs. To index a bam file for later retrieval of reads run:
bripy index <bamfile>
This program is analogous to the bri index <bamfile
. The second program
will retrieve reads from a bam by name:
bripy get <bamfile> <read name>
Again this program is analogous to running bri get <bamfile> <read name>
.
The bripy
API is simple, the following will return a string containing
sam formatted alignments:
bri = BamReadIndex(bam_file)
sam_data = bri.get_alignments(read_name)
This API is likely to change in future to provide a more useful data structure
akin to a pysam.AlignedSegment
.
License
Licence and Copyright
© 2019 Oxford Nanopore Technologies Ltd.
bripy
is distributed under the terms of the Mozilla Public License 2.0.
Research Release
Research releases are provided as technology demonstrators to provide early access to features or stimulate Community development of tools. Support for this software will be minimal and is only provided directly by the developers. Feature requests, improvements, and discussions are welcome and can be implemented by forking and pull requests. However much as we would like to rectify every issue and piece of feedback users may have, the developers may have limited resource for support of this software. Research releases may be unstable and subject to rapid iteration by Oxford Nanopore Technologies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file bripy-0.0.1a2.tar.gz
.
File metadata
- Download URL: bripy-0.0.1a2.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e842a97e044be2bac9537ef0dddfe565d811f190dff0061f31a1a49bcaa3e8c4 |
|
MD5 | d9a5484f792a9f881c3bf9f9de136ffa |
|
BLAKE2b-256 | fb7ef175bcb6eb8c70932cecda39db045ecb1a1038ef988d5c152dc613a9567d |
File details
Details for the file bripy-0.0.1a2-cp36-cp36m-manylinux1_x86_64.whl
.
File metadata
- Download URL: bripy-0.0.1a2-cp36-cp36m-manylinux1_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de9e92063dc300d5181f3f8fa6ae4c5e8a7d51a301a23beb5d5cbd6c69b1ed47 |
|
MD5 | c2e840fe75cf0c6adc2134edd74d96aa |
|
BLAKE2b-256 | 673421a990efed342f33edafa61949bbfc6b1c4436f6b6b8160778b709bb58a4 |
File details
Details for the file bripy-0.0.1a2-cp35-cp35m-manylinux1_x86_64.whl
.
File metadata
- Download URL: bripy-0.0.1a2-cp35-cp35m-manylinux1_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.5m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5911ccfa3216571759c60477473366f4491234c90a963117887bfa3dc42571b2 |
|
MD5 | d07047dc067abb469831fc455aec4463 |
|
BLAKE2b-256 | eec0704d2b850d0f0b40e24a4b155cbd34d316964338c9f209352a010e5b5d5a |