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: about 2 months ago
JSON representation
A pure-python next-gen sequencing quality control library, and soon to be command line tool
- Host: GitHub
- URL: https://github.com/kdm9/pyngsqc
- Owner: kdm9
- Created: 2012-09-09T13:19:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T12:38:19.000Z (almost 12 years ago)
- Last Synced: 2025-02-14T18:52:48.432Z (4 months ago)
- Language: Python
- Homepage:
- Size: 564 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyNGSQC
=======[](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 toolsIt 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
```