Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/pyngsqc

A pure-python next-gen sequencing quality control library, and soon to be command line tool
https://github.com/kdm9/pyngsqc

Last synced: 11 days ago
JSON representation

A pure-python next-gen sequencing quality control library, and soon to be command line tool

Awesome Lists containing this project

README

        

pyNGSQC
=======

[![Build Status](https://travis-ci.org/kdmurray91/pyNGSQC.png)](https://travis-ci.org/kdmurray91/pyNGSQC)

pyNGSQC is a python re-write of many of the functions of the fastx tookit,
seqtk, FastQC and other similar next-gen sequencing quality control tools

It is designed to be fast (and particularly, compatible with PyPy), memory
efficient, and import-able into existing or new python programs or pipelines.

Installation
============

```
python setup.py install
python setup.py test
```