Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afrendeiro/toolkit
A toolkit for NGS analysis with Python
https://github.com/afrendeiro/toolkit
atac-seq bioinformatics chip-seq looper ngs ngs-analysis project-management pypiper rna-seq
Last synced: 3 months ago
JSON representation
A toolkit for NGS analysis with Python
- Host: GitHub
- URL: https://github.com/afrendeiro/toolkit
- Owner: afrendeiro
- License: gpl-3.0
- Created: 2017-05-30T16:59:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T17:12:08.000Z (about 2 years ago)
- Last Synced: 2024-09-13T02:08:54.693Z (5 months ago)
- Topics: atac-seq, bioinformatics, chip-seq, looper, ngs, ngs-analysis, project-management, pypiper, rna-seq
- Language: Python
- Homepage: http://ngs-toolkit.readthedocs.io
- Size: 1.56 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Documentation status](https://readthedocs.org/projects/ngs-toolkit/badge/?version=latest)](http://ngs-toolkit.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/ngs-toolkit.svg)](https://badge.fury.io/py/ngs-toolkit)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/30fcafc027e64b21bf9ddfe8d7f0ff3a)](https://app.codacy.com/app/afrendeiro/toolkit?utm_source=github.com&utm_medium=referral&utm_content=afrendeiro/toolkit&utm_campaign=Badge_Grade_Dashboard)
[![Build Status](https://travis-ci.org/afrendeiro/toolkit.svg?branch=master)](https://travis-ci.org/afrendeiro/toolkit)
[![Gitter](https://badges.gitter.im/ngs-toolkit/Lobby.svg)](https://gitter.im/ngs-toolkit/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![PEP compatible](http://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/afrendeiro/toolkit)
# ngs-toolkit
This is my NGS analysis toolkit: ``ngs_toolkit``.
Head to the [documentation](http://ngs-toolkit.readthedocs.io/) to see how to install and use the toolkit, and have a look at the catalogue of available functions.
Install with:
```bash
pip install ngs-toolkit
```You might need to add a ``--user`` flag to the above command.