# Next Generation Sequencing fragment manipulation
[![Build Status](https://travis-ci.org/kylessmith/NGSfragments.svg?branch=master)](https://travis-ci.org/kylessmith/NGSfragments) [![PyPI version](https://badge.fury.io/py/NGSfragments.svg)](https://badge.fury.io/py/NGSfragments)
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
```python
from NGSfragments import fragments
import numpy as np
# Create data
frags = fragments("test_bam.bam", verbose=True)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/kylessmith/ngsfragments",
"name": "ngsfragments",
"maintainer": "Kyle S. Smith",
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": "kyle.smith@stjude.org",
"keywords": "cython, interval, ngsfragments, c",
"author": "Kyle S. Smith",
"author_email": "kyle.smith@stjude.org",
"download_url": "https://files.pythonhosted.org/packages/14/cf/475d9be0c1c0526f0558044738b6bca4e7afe90934ed483a153e6b1587e8/ngsfragments-2.4.1.tar.gz",
"platform": null,
"description": "# Next Generation Sequencing fragment manipulation\n\n[![Build Status](https://travis-ci.org/kylessmith/NGSfragments.svg?branch=master)](https://travis-ci.org/kylessmith/NGSfragments) [![PyPI version](https://badge.fury.io/py/NGSfragments.svg)](https://badge.fury.io/py/NGSfragments)\n\nThis is a Python package for easy and efficient manipulation\nof Next Generation Sequencing reads.\n\n\n## Install\n\nIf you dont already have numpy and scipy installed, it is best to download\n`Anaconda`, a python distribution that has them included. \n```\n https://continuum.io/downloads\n```\n\nDependencies can be installed by:\n\n```\n pip install -r requirements.txt\n```\n\nPyPI install, presuming you have all its requirements installed:\n```\n pip install NGSfragments\n```\n\n## Usage\n\n```python\nfrom NGSfragments import fragments\nimport numpy as np\n\n# Create data\nfrags = fragments(\"test_bam.bam\", verbose=True)\n```\n",
"bugtrack_url": null,
"license": "GPL-2.0-or-later",
"summary": "Python package for Next Generation Sequencing fragment manipulation",
"version": "2.4.1",
"project_urls": {
"Documentation": "https://www.biosciencestack.com/static/ngsfragments/docs/index.html",
"Homepage": "https://github.com/kylessmith/ngsfragments",
"Repository": "https://github.com/kylessmith/ngsfragments"
},
"split_keywords": [
"cython",
" interval",
" ngsfragments",
" c"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e0285277ecb265f6fe8ec343e19d3672c79191bd14a4fe89ae45f2b1b9e5a6c7",
"md5": "d5952d0baf94367d176e0ae3f29e277a",
"sha256": "9eb54db1f87955a720d23471ce745247195c7df80b64d005b7c4fcfa21f0a4b3"
},
"downloads": -1,
"filename": "ngsfragments-2.4.1-cp312-cp312-macosx_14_0_x86_64.whl",
"has_sig": false,
"md5_digest": "d5952d0baf94367d176e0ae3f29e277a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 2401048,
"upload_time": "2024-11-20T21:32:54",
"upload_time_iso_8601": "2024-11-20T21:32:54.120538Z",
"url": "https://files.pythonhosted.org/packages/e0/28/5277ecb265f6fe8ec343e19d3672c79191bd14a4fe89ae45f2b1b9e5a6c7/ngsfragments-2.4.1-cp312-cp312-macosx_14_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "14cf475d9be0c1c0526f0558044738b6bca4e7afe90934ed483a153e6b1587e8",
"md5": "2244f7d21e7fe20ebb3d788679053ef0",
"sha256": "2e8ab7124ed7e50722b3f29711788837d3e570b0eba655754e29b9e0df697168"
},
"downloads": -1,
"filename": "ngsfragments-2.4.1.tar.gz",
"has_sig": false,
"md5_digest": "2244f7d21e7fe20ebb3d788679053ef0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 5369536,
"upload_time": "2024-11-20T21:32:57",
"upload_time_iso_8601": "2024-11-20T21:32:57.028890Z",
"url": "https://files.pythonhosted.org/packages/14/cf/475d9be0c1c0526f0558044738b6bca4e7afe90934ed483a153e6b1587e8/ngsfragments-2.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 21:32:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kylessmith",
"github_project": "ngsfragments",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "pandas",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "cython",
"specs": [
[
">=",
"0.29.0"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"5.4.0"
]
]
},
{
"name": "ngsfragments",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "intervalframe",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "seaborn",
"specs": []
},
{
"name": "bokeh",
"specs": []
},
{
"name": "statsmodels",
"specs": []
},
{
"name": "scipy",
"specs": []
}
],
"lcname": "ngsfragments"
}