ngsfragments


Namengsfragments JSON
Version 2.1.7 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/ngsfragments
SummaryPython package for Next Generation Sequencing fragment manipulation
upload_time2024-04-16 17:29:01
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python<4.0,>=3.10
licenseGPL-2.0-or-later
keywords cython interval ngsfragments c
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/9d/cd/1b0c75a7d2a26ef95d3ca8d6f997df04db063ea20f5ced4a8af31f59f2b5/ngsfragments-2.1.7.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.1.7",
    "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": "3c3740f019d9275015566efe925b1c1ba227b9fa1c69935f6a0b69180a158b6f",
                "md5": "2321aacf4ef2d2c2ff16d39670b1811a",
                "sha256": "109ee1be17a8c46349bfc12a15d6d8ceacfc6e16a156d07b9ffe9f93bca0efe6"
            },
            "downloads": -1,
            "filename": "ngsfragments-2.1.7-cp311-cp311-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2321aacf4ef2d2c2ff16d39670b1811a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4.0,>=3.10",
            "size": 2435665,
            "upload_time": "2024-04-16T17:28:59",
            "upload_time_iso_8601": "2024-04-16T17:28:59.160081Z",
            "url": "https://files.pythonhosted.org/packages/3c/37/40f019d9275015566efe925b1c1ba227b9fa1c69935f6a0b69180a158b6f/ngsfragments-2.1.7-cp311-cp311-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dcd1b0c75a7d2a26ef95d3ca8d6f997df04db063ea20f5ced4a8af31f59f2b5",
                "md5": "066759d8bc3f50723358345bedfe96c4",
                "sha256": "c9a30527789e48c523db71d7345bc0f171852388a438b179860c9fe65d726d59"
            },
            "downloads": -1,
            "filename": "ngsfragments-2.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "066759d8bc3f50723358345bedfe96c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 6660723,
            "upload_time": "2024-04-16T17:29:01",
            "upload_time_iso_8601": "2024-04-16T17:29:01.341743Z",
            "url": "https://files.pythonhosted.org/packages/9d/cd/1b0c75a7d2a26ef95d3ca8d6f997df04db063ea20f5ced4a8af31f59f2b5/ngsfragments-2.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 17:29:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "ngsfragments",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ngsfragments"
}
        
Elapsed time: 0.25102s