Python package for Next Generation Sequencing fragment manipulation
Project description
Next Generation Sequencing fragment manipulation
This is a Python package for easy and efficient manipulation of Next Generation Sequencing reads.
Install
If you dont already have numpy and scipy installed, it is best to download
Anaconda
, a python distribution that has them included.
https://continuum.io/downloads
Dependencies can be installed by:
pip install -r requirements.txt
PyPI install, presuming you have all its requirements installed:
pip install NGSfragments
Usage
from NGSfragments import fragments
import numpy as np
# Create data
frags = fragments("test_bam.bam", verbose=True)
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
ngsfragments-1.0.1.tar.gz
(51.6 MB
view details)
File details
Details for the file ngsfragments-1.0.1.tar.gz
.
File metadata
- Download URL: ngsfragments-1.0.1.tar.gz
- Upload date:
- Size: 51.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63ebe9ff14e061b067c24f41ad8aa9d41956cf3dd41f6e52090aeefe0affdf4d |
|
MD5 | c1ce74c6d5303af1a78cc6a7669f32f0 |
|
BLAKE2b-256 | e3f23cd74186bdf94a4e1a2df643a40e425a5fdd692f2eac4ea9db3947f3df79 |