# Next Generation Sequencing fragment manipulation
[](https://travis-ci.org/kylessmith/NGSfragments) [](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": ">=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/7d/7c/0e51bb9ddae56bc6dccf568a4a1698c8f44bf948e6aae4edcffb30f96c60/ngsfragments-2.4.6.tar.gz",
"platform": null,
"description": "# Next Generation Sequencing fragment manipulation\n\n[](https://travis-ci.org/kylessmith/NGSfragments) [](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.6",
"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": "3ec79c9e146199fc4ce4c84d5d522103cc0f1509346e273cc8ede4fbe1827f26",
"md5": "6f2cc256fc6714fd9b1c4eadc3085731",
"sha256": "6615f2b3fe9569c5e015eacfcd8d64f684a496f61536b3b7c2db07700646c233"
},
"downloads": -1,
"filename": "ngsfragments-2.4.6-cp312-cp312-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "6f2cc256fc6714fd9b1c4eadc3085731",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2398440,
"upload_time": "2025-02-21T02:31:51",
"upload_time_iso_8601": "2025-02-21T02:31:51.336544Z",
"url": "https://files.pythonhosted.org/packages/3e/c7/9c9e146199fc4ce4c84d5d522103cc0f1509346e273cc8ede4fbe1827f26/ngsfragments-2.4.6-cp312-cp312-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7d7c0e51bb9ddae56bc6dccf568a4a1698c8f44bf948e6aae4edcffb30f96c60",
"md5": "5be797d8c8c78c1b080388bbe2f6cbe5",
"sha256": "c58b3ab06b2cc224fce72c7c63624960fe659259434b49433291f682ce90c1d3"
},
"downloads": -1,
"filename": "ngsfragments-2.4.6.tar.gz",
"has_sig": false,
"md5_digest": "5be797d8c8c78c1b080388bbe2f6cbe5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 6619075,
"upload_time": "2025-02-21T02:31:54",
"upload_time_iso_8601": "2025-02-21T02:31:54.025008Z",
"url": "https://files.pythonhosted.org/packages/7d/7c/0e51bb9ddae56bc6dccf568a4a1698c8f44bf948e6aae4edcffb30f96c60/ngsfragments-2.4.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-21 02:31:54",
"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"
}